CodeIgniter Forums
CI template libraries - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: CI template libraries (/showthread.php?tid=26536)



CI template libraries - El Forum - 01-16-2010

[eluser]hamzakhan[/eluser]
I need to have CI template Libraries list.
so i can better select one.

i dont want to use the default template lib of Ci.

Kindly if anyone know other Template lib THne tell me.


thanks


CI template libraries - El Forum - 01-16-2010

[eluser]flaky[/eluser]
I personally use Template Library
http://www.williamsconcepts.com/ci/codeigniter/libraries/template/
until now it has been working great for my needs


CI template libraries - El Forum - 01-16-2010

[eluser]hamzakhan[/eluser]
yeah i tried this library but not satisfied with it.
like if i use this library to much code we need
to include in controller's for just tittle , contents.
which i dont want that is why i need to have anyother one.

for example in my controller like below

everywhere in a single controller u need to write this code.

//view the catagory view with data in content region.
$this->template->write_view('content', 'admin/view_catagory', $data, TRUE);

//output or render template
$this->template->render();


which i dont want