コード例 #1
0
ファイル: catalog.php プロジェクト: ohjack/mallerp_standard
 public function __construct()
 {
     parent::__construct();
     $this->load->library('form_validation');
     $this->load->model('group_model');
     $this->load->model('document_catalog_model');
 }
コード例 #2
0
ファイル: index.php プロジェクト: ohjack/mallerp_standard
 public function __construct()
 {
     parent::__construct();
 }