Wednesday, 11 September 2013

how to set template page and load it using Eztemplate of Codeigniter

how to set template page and load it using Eztemplate of Codeigniter

I am new to CI and i just want to set the default template page, I am now
using a library called Eztemplatei tried to load the view by using the
following code:
`$this->template
->set('title','Home')
->load('view','index')
->render();`
but it's not working and it seems that all the files haven't been loaded.
Any help would be much appreciated

No comments:

Post a Comment