News Feed
Jobs Feed
Sections




News Archive
Brian Swan's Blog:
Sorting Azure Table Entities by Timestamp with PHP
April 27, 2011 @ 10:48:17

Brian Swan has a quick new post to his blog for the PHP + Azure users out there on how to easily sort table entities by a timestamp through the Azure SDK for PHP. The timestamp is a property on the parent storage table class, so you don't need to create it in your entity, it's already there.

The problem boils down to sorting an array of objects by a timestamp property, so the information here is nothing that hasn't been done before. However, after spending some time looking for a way to use a filter in the Windows Azure SDK for PHP API, I didn't find one, so I'm hoping this post might save others some time. In the end, my solution simply uses the PHP array_multisort function.

Sample code is included - a basic class extending Microsoft_WindowsAzure_Storage_TableEntity, a fetch for the entity set of the contacts and using a custom "objSort" method that sorts based on the returned timestamp values from the object set.

0 comments voice your opinion now!
azure sort table timestamp arraymultisort tutorial


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Artisan and Laravel Migrations

Brian Swan's Blog: How to Run PHP in Windows Azure

NetTuts.com: How to Create a PyroCMS Theme

IBM developerWorks: Understanding the Zend Framework,Part 4: When there is no feed, Zend_HTTP_Client

Zend Developer Zone: XML and PHP 5


Community Events











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


development code tool object interview language framework community functional application release series opinion podcast example zendframework2 unittest testing introduction phpunit

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