Smarty成员变量:$allow_php_templates
默认PHP模板文件是不允许使用的。设置$allow_php_templates
为true,则允许使用PHP模板文件。
<?php $smarty->allow_php_templates = true; ?>
温馨提示:
PHP模板文件是一个不在文档中注明的废弃特性。
默认PHP模板文件是不允许使用的。设置$allow_php_templates
为true,则允许使用PHP模板文件。
<?php $smarty->allow_php_templates = true; ?>
PHP模板文件是一个不在文档中注明的废弃特性。