* rewrite the comments of admin module.
This commit is contained in:
@@ -11,8 +11,13 @@
|
||||
*/
|
||||
class admin extends control
|
||||
{
|
||||
/* 首页。*/
|
||||
public function index($tab = 'index')
|
||||
/**
|
||||
* Index page of admin module. Locate to action's trash page.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
$this->locate($this->createLink('action', 'trash'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user