Never mind, after reading the whole page i noticed that at the end there was 
another link to this topic:

*How to use PHP instead of Twig for Templates*
http://symfony.com/doc/current/cookbook/templating/PHP.html

I simply had to change my configuration file and add this

# app/config/config.ymlframework:
    # ...
    *templating:    { engines: ['twig', 'php'] **}*

Now my apps can use both twig and php template engines.


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to