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