mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
注释调整
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
/**
|
||||
* 用法:
|
||||
* T('controller/jump');
|
||||
* T('controller/Jump');
|
||||
* class index
|
||||
* {
|
||||
* use \traits\controller\jump;
|
||||
* use \traits\controller\Jump;
|
||||
* public function index(){
|
||||
* $this->error();
|
||||
* $this->redirect();
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
/**
|
||||
* 用法:
|
||||
* T('controller/view');
|
||||
* T('controller/View');
|
||||
* class index
|
||||
* {
|
||||
* use \traits\controller\view;
|
||||
* use \traits\controller\View;
|
||||
* public function index(){
|
||||
* $this->assign();
|
||||
* $this->show();
|
||||
|
||||
Reference in New Issue
Block a user