News Feed
Jobs Feed
Sections




News Archive
David Otton's Blog:
Neat PHP tricks Casting Arrays to Objects
August 14, 2008 @ 13:38:10

David Otton has a handy little tip if you're looking for a cleaner way to deal with array data - casting it to an object.

Array notation is fine, but it can look a bit clunky when you're working with complex structures. [...] Casting the array to an object allows us to use object notation (->) and makes the code more readable.

He includes examples of the casting, showing the difference between the array and object notations including a method for creating an object based on a simple array that has basic properties built in. This sort of transformation can be useful if you want consistency through out the application - just passing objects with their properties rather than arrays.

0 comments voice your opinion now!
array object casting trick notation readable


blog comments powered by Disqus

Similar Posts

Chris Shiflett's Blog: Sorting Multi-Dimensional Arrays in PHP

Blogge: Things You Must Know About CakePHP

Evert Pot's Blog: PHP: Arrays vs. Objects

Dave Gardner's Blog: Caching dependency-injected objects

Seastian Bergmann's Blog: Object-Relational Behavioral Patterns


Community Events











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


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

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