예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->ci =& get_instance();
     $this->ci->load->model('calendar/calendar_m');
 }
예제 #2
0
파일: QM_Calendar.php 프로젝트: nqpp/dstore
 function QM_Calendar($config = array())
 {
     parent::__construct($config);
 }