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

Stoyan Stefanov's Blog: Fancy Formatting

DevShed: Abstract Classes in PHP - Working with PHP 5

DevShed: Overloading and Object-Oriented Programming with PHP 5

Dennis Hotson's Blog: PHP Object Oriented Programming Reinvented

Nefarious Designs: Object-Oriented PHP Part 1: Definition


Community Events











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


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

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