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