Search code examples
phptemplatessymfony1

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?


Solution

  • 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