Esempio n. 1
0
 static function update($ids, $fields, $flush_cache = true)
 {
     parent::_update($ids, 'worker', $fields);
     if ($flush_cache) {
         self::clearCache();
     }
 }