Sorting an array is pretty simple, thanks to many helper classes you can sort not only by key but also by attributes (if you have array of objects). […]
Magento
Posted on:
Sorting custom collection in Magento
It seems to be trivial, but it’s not. If you want to use custom table and custom model, and sort collection by one of your table’s column, you […]