* build tutorial data and add wizard function.

This commit is contained in:
wangyidong
2016-04-26 09:22:46 +08:00
parent fbccbf45b7
commit 03a8e3a2d6
11 changed files with 222 additions and 9 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ class bug extends control
* @access public
* @return void
*/
public function __construct()
public function __construct($moduleName = '', $methodName = '')
{
parent::__construct();
parent::__construct($moduleName, $methodName);
$this->loadModel('product');
$this->loadModel('tree');
$this->loadModel('user');