码迷,mamicode.com
首页 > 其他好文 > 详细

将TP引擎改为smarty引擎

时间:2014-10-20 00:37:51      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:style   color   ar   sp   文件   on   art   type   css   

在common/config文件里设置‘TMPL_ENGINE_TYPE‘=>‘Smarty‘即可,但要注意,在模板文件里的css样式{}要用一对{literal}{/literal}标签包裹,禁止smarty引擎解析。所有$Think改为$smarty,还有tp引擎可以直接用__MODULE__常量,smarty要用{$smarty.const.__MODULE__}访问

将TP引擎改为smarty引擎

标签:style   color   ar   sp   文件   on   art   type   css   

原文地址:http://www.cnblogs.com/toward-the-sun/p/4036226.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!