コード例 #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...
 }