CodeIgniter or PHP Equivalent of Rails Partials and Templates

后端 未结 11 1799
猫巷女王i
猫巷女王i 2020-12-30 14:13

In CodeIgniter, or core PHP; is there an equivalent of Rails\'s view partials and templates?

A partial would let me render another view fragment inside my view. I co

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-30 15:03

    Here is a blog post describing how to use smarty with codeigniter. The asp.net like masterpage is also implemented.

提交回复
热议问题