示例#1
0
文件: index.php 项目: cfhb/MIS
 public function __construct($value = '')
 {
     $this->_model = "computers_model";
     $this->_catid = 20;
     parent::__construct();
     # code...
 }
示例#2
0
文件: index.php 项目: cfhb/MIS
 public function __construct($value = '')
 {
     $this->_model = "office_model";
     $this->_catid = 22;
     parent::__construct();
     # code...
 }