コード例 #1
0
ファイル: services.php プロジェクト: marttkip/erp_hotel
 function __construct()
 {
     parent::__construct();
     $this->load->model('reception/reception_model');
     $this->load->model('services_model');
     $this->csv_path = realpath(APPPATH . '../assets/csv');
 }
コード例 #2
0
ファイル: wards.php プロジェクト: marttkip/erp_hotel
 function __construct()
 {
     parent::__construct();
 }