阅读(2029) (1)

Smarty成员变量:$allow_php_templates

2016-10-18 11:07:10 更新

默认PHP模板文件是不允许使用的。设置$allow_php_templates为true,则允许使用PHP模板文件。

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

温馨提示:

PHP模板文件是一个不在文档中注明的废弃特性。