Files
EasySoft-ZenTaoPMS/module/qa/control.php
shiyangyangwork@yahoo.cn b30c103ecc finish the task #689.
2012-02-09 06:56:35 +00:00

25 lines
675 B
PHP

<?php
/**
* The control file of qa module of ZenTaoPMS.
*
* @copyright Copyright 2009-2012 青岛易软天创网络科技有限公司 (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 qa
* @version $Id$
* @link http://www.zentao.net
*/
class qa extends control
{
/**
* The index of qa, go to bug's browse page.
*
* @access public
* @return void
*/
public function index()
{
$this->locate($this->createLink('bug', 'browse'));
}
}