这是模板解析的bug吗?

浏览:324 发布日期:2014/07/29 分类:求助交流
模板内有如下片段.heartBig{-webkit-animation:heartBig 1s ease-in-out;}运行时报错,发现在app/runtime/cache里面的文件中,上面的代码变成了.heartBig<?php echo -webkit-animation:heartBig 1s ease-in-out;?>为什么 被自动解析成了php?
我在调试的时候并不想生成缓存,怎么关闭?debug设置了
'DB_FIELD_CACHE' => false,
'HTML_CACHE_ON' => false,
'WEB_SITE_CLOSE' => true,

都设置了,不起作用,3.2.2
最佳答案
评论( 相关
后面还有条评论,点击查看>>