本文介绍了Codeigniter w。 Smarty - set_value()implention的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的专案中有,我需要一个很好的解决方法,使用以重新填充表单。

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.

任何想法?

推荐答案

注册为智能功能。 smarty.net/docs/en/api.register.plugin.tpl
- #sofl

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

这篇关于Codeigniter w。 Smarty - set_value()implention的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-26 08:05