mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
注释调整
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user