Exemplo n.º 1
0
 function BxNewsCalendar($iYear, $iMonth, &$oDb, &$oConfig)
 {
     parent::BxDolTextCalendar($iYear, $iMonth, $oDb, $oConfig);
     $this->sCssPrefix = 'news';
 }
Exemplo n.º 2
0
 function __construct($iYear, $iMonth, &$oDb, &$oConfig)
 {
     parent::__construct($iYear, $iMonth, $oDb, $oConfig);
     $this->sCssPrefix = 'news';
 }