Smarty3.1.8 有关问题
程序员文章站
2022-06-11 20:16:34
...
Smarty3.1.8 问题
不知道从哪个版本开始取消了 allow_php_tag 该属性
我想在 Smarty模板里面使用 php代码该怎么办?
------解决方案--------------------
{include file='a.html' test="aaa"}
{include file='a.html' test="bbb"}
不知道从哪个版本开始取消了 allow_php_tag 该属性
我想在 Smarty模板里面使用 php代码该怎么办?
------解决方案--------------------
{include file='a.html' test="aaa"}
{include file='a.html' test="bbb"}
相关文章
相关视频
下一篇: 复杂链表的复制