Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('form');
     $this->load->helper('date');
     $this->load->model('search_model');
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('Evencal_model', 'evencal');
     $this->load->library('calendar', $this->_setting());
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('date');
 }