__construct() public method

Loads the calendar language file and sets the default time reference.
public __construct ( array $config = [] ) : void
$config array Calendar options
return void
Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->ci =& get_instance();
     $this->ci->load->model('calendar/calendar_m');
 }
Ejemplo n.º 2
0
 function QM_Calendar($config = array())
 {
     parent::__construct($config);
 }