Exemplo n.º 1
0
 public static function del_where($where, array $args = [])
 {
     return rdb::del_where(self::get_model_name(), $where, $args);
 }