码迷,mamicode.com
首页 > Web开发 > 详细

thinkphp笔记:错误页面定制

时间:2015-03-31 12:41:39      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:

1.在Conf->建立Index->建立config.php,在里面写配置文件return array(
//指定错误模板路径
‘TMPL_EXCEPTION_FILE‘=>‘./public/Tpl/error.html‘
);

2.在public里面新建Tpl->error.html;然后在error.html里面写想要的错误界面!

 

thinkphp笔记:错误页面定制

标签:

原文地址:http://www.cnblogs.com/hupengyin/p/4380420.html

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