crm-rush/api/soft/smarty/4.5.2/docs/programmers/api-variables/variable-allow-php-template...

19 lines
394 B
Markdown
Raw Normal View History

2024-09-27 15:28:55 +05:00
\$allow\_php\_templates {#variable.allow.php.templates}
=======================
By default the PHP template file resource is disabled. Setting
`$allow_php_templates` to TRUE will enable PHP template files.
::: {.informalexample}
<?php
$smarty->allow_php_templates = true;
?>
:::
> **Note**
>
> The PHP template file resource is an undocumented deprecated feature.