注释调整

This commit is contained in:
thinkphp
2016-01-04 17:52:42 +08:00
parent e9f9b6b017
commit 91ac44c85d
2 changed files with 4 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
/** /**
* 用法: * 用法:
* T('controller/jump'); * T('controller/Jump');
* class index * class index
* { * {
* use \traits\controller\jump; * use \traits\controller\Jump;
* public function index(){ * public function index(){
* $this->error(); * $this->error();
* $this->redirect(); * $this->redirect();

View File

@@ -2,10 +2,10 @@
/** /**
* 用法: * 用法:
* T('controller/view'); * T('controller/View');
* class index * class index
* { * {
* use \traits\controller\view; * use \traits\controller\View;
* public function index(){ * public function index(){
* $this->assign(); * $this->assign();
* $this->show(); * $this->show();