News Feed
Jobs Feed
Sections




News Archive
LivePipe Blog:
Complex Sorting with PHP
June 28, 2007 @ 07:11:21

On the LivePipe blog today, there's a quick new article demonstrating a sorting method that can be used for more than just simple datasources:

Most often when I need to sort complex data sets, I'm using some sort of SQL backend. Today I needed to do complex sorting of Reflection objects for some auto generating documentation I'm working on for the upcoming Picora release. [...] In the usort() examples, I had always been under the assumption that the return values had to be 0, 1 or -1. Today I learned that is not true at all, and you can come up with your own scoring system with any range, negative or positive.

He illustrates the point with a simple example showing the sorting of the documentation for Picora. In his protected function, scoreFromMethod, he defines the return array with several values instead of just the one.

0 comments voice your opinion now!
complex sort usort example picora complex sort usort example picora


blog comments powered by Disqus

Similar Posts

Terry Chay's Blog: Clever HTTP

PHPHacks.com: How to create an Ajax RSS reader with PHP

CatsWhoCode.com: 15 PHP regular expressions for web developers

Stefan Mischook's Blog: Zend Framework Video Tutorials

phpaddiction: PHP Application Configuration with YAML


Community Events









Don't see your event here?
Let us know!


zendframework2 introduction unittest phpunit opinion database object community tool composer framework example code podcast testing release language development interview api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework