- $iDays = getParamInt('days', 1);
- $bReduced = getParamBool('reduced', false);
- $sClass = getParamString('class', false);
+ $iDays = $oParams->getInt('days', 1);
+ $bReduced = $oParams->getBool('reduced', false);
+ $sClass = $oParams->getString('class', false);
+
+ $oDB =& getDB();