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

thinkphp5 的空操作 空控制器 空模块

时间:2017-09-29 21:28:15      阅读:324      评论:0      收藏:0      [点我收藏+]

标签:处理   tps   lin   nbsp   stat   template   模块   manual   调试   

空操作 空控制器 https://www.kancloud.cn/manual/thinkphp5/118052

空控制器 要在配置文件里面 制定处理错误的 控制器名字 

// 更改默认的空控制器名
‘empty_controller‘      => ‘MyError‘,

 

空模块 

关闭调试模式,开启404模板的配置

自己定义模板就可以了 

APP_PATH 指的就是 application目录
    1.     //404模版定义
           ‘http_exception_template‘    =>  [
      //     // 定义404错误的重定向页面地址
               404 =>  APP_PATH.‘404.html‘,
               // 还可以定义其它的HTTP status
               401 =>  APP_PATH.‘401.html‘,
           ],

       

thinkphp5 的空操作 空控制器 空模块

标签:处理   tps   lin   nbsp   stat   template   模块   manual   调试   

原文地址:http://www.cnblogs.com/leilei-1/p/7612573.html

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