thinkphp首页Model一直加载,显示Maximum execution time

浏览:1295 发布日期:2013/01/10 分类:求助交流 关键字: Model 加载
class IndexAction extends Action{
public function index(){
$catalog = new Model('Catalog');
$data = $catalog->select();
dump ($data);
$this->display();
}
}

首页代码,加载了一个Model,首页就一直加载,最后出现Maximum execution time
最佳答案
评论( 相关
后面还有条评论,点击查看>>