codecamp

Smarty成员变量:$allow_php_templates

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

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

温馨提示:

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

Smarty常量
Smarty成员变量:$auto_literal
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定