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

Zend Developer Zone: Refactoring PHP Code

QaFoo.com Blog: Struct classes in PHP

DevShed: Abstract Classes in PHP - Working with PHP 5

Web Application Solutions: Some Essential libraries for Codeigniter Framework based Development


Community Events











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


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

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