Blog

Tag Archives: Factory Method

Reusable Sorting for Collection Objects in PHP

These days I find myself working less and less with native PHP arrays, and more and more with Collection Objects – that, as the name suggests – are objects that represent and manage a collection of other objects. Some of … Continue reading