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
Here is a blog post describing how to use smarty with codeigniter. The asp.net like masterpage is also implemented.