News Feed
Jobs Feed
Sections




News Archive
Felix Geisendorfer's Blog:
Sorting Challenge
October 26, 2007 @ 08:42:00

Felix Geisendorfer has a quick little sorting example posted today showing on way to sort a multi-dimensional array.

Quick challenge, lets say you have an array and you want to iterate through your products by [the key of each subarray in $products] Product.ordering ASC. Whats the fastest way to do this?

His solution involves using an array_flip call on the extracted information (using Set::extract), ordering it with ksort and pushing the values back into the $product array in the right order.

Check out the comments for more examples including ones that make use of array_multisort.

0 comments voice your opinion now!
sort challenge arraymultisort arrayflip foreach array sort challenge arraymultisort arrayflip foreach array


blog comments powered by Disqus

Similar Posts

David Otton's Blog: Neat PHP tricks: Casting Arrays to Objects

PHPit.net: Create your own HTML widgets with PHP

Lorna Mitchell's Blog: Using iterator_to_array() in PHP

Lars Strojny's Blog: Antipattern: the verbose constructor

Hardened-PHP Project: Advisory - PHP unserialize() Array Creation Integer Overflow


Community Events











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


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

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