Codeigniter w. Smarty - set_value() implention

北城余情 提交于 2019-12-11 22:50:58

问题


I have implented Smarty in my project, and i need a good workaround to use the function set_value() to repopulate forms.

I could set the values manually by passing the values in my controller.
But thats seems like a hotfix, and I'm looking for something dynamicly.

Any ideas?


回答1:


Register it as a smarty function. smarty.net/docs/en/api.register.plugin.tpl - #sofl



来源:https://stackoverflow.com/questions/23275023/codeigniter-w-smarty-set-value-implention

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!