Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Templating systems for Symfony 1.4

I've recently started to learn symfony framework and I wonder what are the best choices for a templating system?

Some suggest to just use PHP but I don't really like that (btw, see this interesting article).

Before I started with symfony, I used - and liked - Smarty.

Are there better options for symfony?

like image 334
Czechnology Avatar asked Feb 26 '23 01:02

Czechnology


1 Answers

Try Twig (developed by Sensio/Fabien Potencier)... there is a plugin for symfony 1.4, and it will be the default templating bundle in Symfony2

like image 62
prodigitalson Avatar answered Mar 07 '23 07:03

prodigitalson