Files
framework/library
thinkphp 1f593930af 更名为 traits\controller\jump 内置放入 \think\controller
继承 \think\Controller 后可以直接使用下面三个方法:
return $this->error('错误');
return $this->success('成功');
return $this->redirect('index/hello');
2015-12-24 11:36:42 +08:00
..
2015-12-09 19:11:07 +08:00
2015-12-10 17:28:31 +08:00
2015-12-22 08:05:34 +08:00