__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
コード例 #1
0
ファイル: Calendar_lib.php プロジェクト: relinkus/ManageFan
 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);
 }