Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('reception/reception_model');
     $this->load->model('services_model');
     $this->csv_path = realpath(APPPATH . '../assets/csv');
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
 }