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'); }
function __construct() { parent::__construct(); $this->load->helper('general_helper'); $this->load->model('front_model'); }