Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('control/tebus_model', "tModel");
     $this->load->model('class/control_class_tebus_model', "cModel");
     $this->json_view = array("content" => "");
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('User_model');
     $this->load->model('Week_model');
     $this->load->model('Cabang_model');
     $this->load->model('Penjualan_model');
     $this->load->model('lookup/lookuptebus_model');
     $this->load->model('stock_barang_model', 'sbm');
     $this->load->model('Barang_model');
     $this->load->model('scan_model', 'scan_mdl');
     $this->load->model('membership_model', 'mdl_membership');
     // 19 november 2013
     $this->load->helper(array('form', 'url'));
     $this->load->library('form_validation');
     $this->load->model('barang_model');
     $this->load->model('combo_model', 'combo_mdl');
 }