ZF2-127: Zend_Feed_Reader_Feed_AbstractFeed sorting
Description
Zend_Feed_Reader_Feed_AbstractFeed extend the ArrayObject to have uasort method that will allow sorting feed entries for the feed.
Example, if I want to sort the feed by date or by category I would call the uasort($feed, 'mySortingCallback');
Comments
Posted by Ralph Schindler (ralph) on 2012-10-08T20:15:35.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf2/issues/2448