CodeIgniter or PHP Equivalent of Rails Partials and Templates

后端 未结 11 1805
猫巷女王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:12

    You can check it, for partials and template

        http://code.google.com/p/ocular/wiki/Introduction
    

提交回复
热议问题