$php_handling

This tells Smarty how to handle PHP code embedded in the templates. There are four possible settings, the default being Smarty::PHP_PASSTHRU. Note that this does NOT affect php code within {php}{/php} tags in the template.

Note

Embedding PHP code into templates is highly discouraged. Use custom functions or modifiers instead.