Skip to content

\$allow_php_templates {#variable.allow.php.templates}

默认情况下,禁用了 PHP 模板文件资源。将 $allow_php_templates 设置为 TRUE 将启用 PHP 模板文件。

    <?php
    $smarty->allow_php_templates = true;
    ?>

注意

PHP 模板文件资源是一个未记录的已弃用功能。