예제 #1
0
파일: hotel.php 프로젝트: bogiesoft/Hotel
 function __construct()
 {
     parent::__construct();
     $this->load->helper('general_helper');
     $this->load->helper('room_helper');
     $this->load->helper('specs_helper');
     $this->load->model('front_model');
     $this->load->library('session');
 }
예제 #2
0
파일: actions.php 프로젝트: bogiesoft/Hotel
 function __construct()
 {
     parent::__construct();
     $this->load->helper('general_helper');
     $this->load->model('front_model');
 }