Ejemplo n.º 1
0
 private static function _emptyProductAgeingLog()
 {
     if (self::DEBUG === true) {
         self::_logMsg('Empty ALL content in ProductAgeingLog', __CLASS__, __FUNCTION__);
     }
     ProductAgeingLog::deleteByCriteria('active = 1');
     return true;
 }