I'm looking forward to use Symfony2. But i dont want to use a template engine. How can I disable the default templating engine "twig" and use native php?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I would look at http://symfony.com/doc/current/cookbook/templating/PHP.html This page explains how to use plain php instead of twig. Also to remove twig capability from your app you can also remove it from the config file
|
|||
|
|