Site Archives collection

ArrayCollection with multiple filter functions


Lately I have been working a lot with complex forms and data filters. If you have some four or five forms, each affecting the same data collection and each having between 5 and 10 filter criteria, you’ll start feeling you’re no longer in control of your situation. The ArrayCollection class has a built-in filtering mechanism, [...]