예제 #1
0
 function __construct($iYear, $iMonth, &$oDb, &$oTemplate, &$oConfig)
 {
     parent::__construct($iYear, $iMonth, $oDb, $oTemplate, $oConfig);
 }
예제 #2
0
 function BxPhotosCalendar($iYear, $iMonth, &$oDb, &$oTemplate, &$oConfig)
 {
     parent::BxDolFilesCalendar($iYear, $iMonth, $oDb, $oTemplate, $oConfig);
 }