Forumlar / Cotonti / Development / Twig: modern template language

Trustmaster
#26076 2010-09-13 21:12
I did benchmarks on sed-light/genoa and nemesis/trunk, apart from the particular feature tests. But it has been recently reported that at some tpls it fails to render correctly. Tpl files to test on would be appreciated for fixing bugs.

BTW, I still do not recommend using too much of IF logics where traditional blocks can be used. Blocks are better structured and controlled from PHP code, they are still faster than conditionals too. For people who want IF blocks alone, I'd recommend using PHP as template engine itself.
May the Source be with you!