codeigniter-twig
codeigniter-twig copied to clipboard
Can I use code php in template?
Hello,
How can I use php code in template?
For example
Hello {{ name }}
and
Hello
it is possible?
I have many code and complex code with "if", "foreach", etc.
php is not allowed in twig templates. Please see the twig docs. Twig has its own control statements that match the PHP ones http://twig.sensiolabs.org/