使用layout 布局后 $this->show()无法使用

浏览:731 发布日期:2014/10/14 分类:技术分享
* 修改 ThinkPHP\Library\Think\View.class.php 107 $this->show() 使用页面布局的错误 LAYOUT 2014 10 14
$templateFile = $this->parseTemplate($templateFile);
if(empty($content)) {
// 模板文件不存在直接返回
if(!is_file($templateFile)) E(L('_TEMPLATE_NOT_EXIST_').':'.$templateFile);
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>