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
You can check it, for partials and template
http://code.google.com/p/ocular/wiki/Introduction