Exemple #1
0
 public static function deleteBySQL($where, $params = array())
 {
     $ret = parent::deleteBySQL($where, $params);
     EventData::garbageCollect();
     return $ret;
 }