Example #1
0
 public function __construct($date = null)
 {
     parent::__construct($date);
     trigger_error("CMonthCalendar has been deprecated in v3.0 and will be removed by v4.0. Please use w2p_Output_MonthCalendar instead.", E_USER_NOTICE);
 }
 public function __construct($date = null)
 {
     parent::__construct($date);
 }