静态缓存空操作PHP5.3环境报错

浏览:472 发布日期:2013/06/11 分类:技术分享
提示错误:Using $this when not in object context
/ThinkPHP/Lib/Behavior/ReadHtmlCacheBehavior.class.php 第62行            }elseif(isset($htmls[$moduleName.':_empty']) && $this->isEmptyAction(MODULE_NAME,ACTION_NAME)){修改为            }elseif(isset($htmls[$moduleName.':_empty']) && self::isEmptyAction(MODULE_NAME,ACTION_NAME)){
最佳答案
评论( 相关
后面还有条评论,点击查看>>