codeigniter-twig icon indicating copy to clipboard operation
codeigniter-twig copied to clipboard

Can I use code php in template?

Open reina3596 opened this issue 9 years ago • 1 comments

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.

reina3596 avatar Oct 14 '15 12:10 reina3596

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/

dilantha avatar Oct 15 '15 20:10 dilantha