CodeIgniter Forums
Best Template Engine - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Best Template Engine (/showthread.php?tid=1654)



Best Template Engine - GrigoreMihai - 03-30-2015

I wanted to ask what template engine ( if any ) you guys use for CI.

I'm looking for something that can help me with :

1. Change <?php .....     to     {}

2. Dynamic div content change - change content to div's without page reload

3. Multi - layers ...


RE: Best Template Engine - Muzikant - 03-30-2015

CodeIgniter have the basic template parser (recommended is using pure PHP), but you can use any other PHP template engine, the most popular are Smarty and Twig.