Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->ci =& get_instance();
     $this->ci->load->model('calendar/calendar_m');
 }
Example #2
0
 function QM_Calendar($config = array())
 {
     parent::__construct($config);
 }