$php_handling
$php_handling : integer
This determines how Smarty handles "<?php .
.. ?>" tags in templates. possible values:
- Smarty::PHP_PASSTHRU -> echo PHP tags as they are
- Smarty::PHP_QUOTE -> escape tags as entities
- Smarty::PHP_REMOVE -> remove php tags
- Smarty::PHP_ALLOW -> execute php tags