Files
EasySoft-ZenTaoPMS/module/admin/control.php
2010-11-09 06:59:05 +00:00

20 lines
536 B
PHP

<?php
/**
* The control file of admin module of ZenTaoMS.
*
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package admin
* @version $Id$
* @link http://www.zentao.net
*/
class admin extends control
{
/* 首页。*/
public function index($tab = 'index')
{
$this->locate($this->createLink('action', 'trash'));
}
}