コード例 #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');
 }