更新内核

This commit is contained in:
2016-11-18 11:14:26 +08:00
parent 9074eb1d89
commit 860da138c9
36 changed files with 754 additions and 330 deletions

View File

@@ -20,9 +20,13 @@ class Controller
{
use \traits\controller\Jump;
// 视图类实例
/**
* @var \think\View 视图类实例
*/
protected $view;
// Request实例
/**
* @var \think\Request Request实例
*/
protected $request;
// 验证失败是否抛出异常
protected $failException = false;