Пример #1
0
 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
 function __construct()
 {
     parent::__construct();
     $this->load->helper('general_helper');
     $this->load->model('front_model');
 }