nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Add the Collection::where() method back #173

Closed nozavroni closed 7 years ago

nozavroni commented 7 years ago

The Collection::where() method from the old CSVelte\Collection class never made it into any of the new collection classes. It needs to be put back into TabularCollection.

nozavroni commented 7 years ago

There's nothing in this method you can't already do with the methods I have so I'm not going to implement it. It's too much work for not enough payoff.