Exemple #1
0
 public static function count_where($where, array $args = [])
 {
     return rdb::count_where(self::get_model_name(), $where, $args);
 }