コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('product_model');
     $this->load->model('permission_block_model');
     $this->load->model('product_permission_model');
 }
コード例 #2
0
ファイル: catalog.php プロジェクト: ohjack/mallerp_standard
 public function __construct()
 {
     parent::__construct();
     $this->load->model('product_catalog_model');
     $this->load->model('product_packing_model');
     $this->load->library('form_validation');
 }
コード例 #3
0
ファイル: product.php プロジェクト: ohjack/mallerp_standard
 public function __construct()
 {
     parent::__construct();
     $this->load->model('product_model');
     $this->load->model('shipping_code_model');
     $this->load->model('product_catalog_model');
     $this->load->model('product_packing_model');
     $this->load->model('purchase_model');
     $this->load->library('form_validation');
     $this->load->library('excel');
     $this->load->helper('product_permission');
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('product_shelf_code_model');
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('waiting_for_perfect_model');
 }
コード例 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('home_setting_model');
 }
コード例 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('purchase_model');
     $this->load->library('form_validation');
 }