* rewrite the comments of admin module.

This commit is contained in:
wangchunsheng
2010-11-18 14:24:50 +00:00
parent ae7aa616be
commit d09f47d184
2 changed files with 26 additions and 5 deletions
+7 -2
View File
@@ -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'));
}