随笔分类 -  TP5

摘要:使用自定义异常 'exception_handle' => 'app\common\exception\ApiHandleException', <?php /** * User: xmz * Date: 2020-07-11 * Time: 01:26 */ namespace app\commo 阅读全文
posted @ 2020-07-11 02:14 X__cicada 阅读(237) 评论(0) 推荐(0)
摘要:public function redirect(...$argc){ throw new HttpResponseException(redirect(...$argc)); } 阅读全文
posted @ 2020-04-10 22:01 X__cicada 阅读(309) 评论(0) 推荐(0)
摘要:php think make:controller index/Blog //在index模块下创建Blog控制器 阅读全文
posted @ 2018-12-27 10:57 X__cicada 阅读(1101) 评论(0) 推荐(0)