将 Codeigniter 与模块化扩展和 Smarty 结合使用
我正在研究 Jasonayre Bravenewignition 系统,并想添加这个项目 Smarty。 HMVC 系统和 Smarty 一起使用可以做什么?
I am working on Jasonayre bravenewignition system and want to add this project Smarty. What can i do for using a HMVC system and Smarty together?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,我几天前就完成了,这就是集成 smarty 系统的步骤。
ps: 抱歉缩进
现在您可以通过 $this->load->library('smarty') 使用 smarty 或自动加载它将 smarty 添加到配置文件中的 $autoload 中。
希望这有帮助! ^^
Well i did it just some days ago, that's the step for integrating smarty system.
Create smarty.php file in application/libraries and paste this
ps: sorry for indentation
Now you can use smarty with $this->load->library('smarty') or automatically load it adding smarty to $autoload in the configuration file.
Hope this help! ^^