Exemplo n.º 1
0
 public static function dec_by_id(array $keyvalues, $id)
 {
     return rdb::dec_by_id(self::get_model_name(), $keyvalues, $id);
 }