News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Evert Pot's Blog:
PHP Arrays vs. Objects
August 17, 2007 @ 10:27:00

Wanting to test out a new way of doing things, Evert Pot decided to write up some tests using a Value Object style of data storage versus just in arrays:

In a lot of cases arrays are used in PHP to store object-like information, like the results of a database query. I do this a lot too, but I kind of want to change things around to make use of VO's. I feel this makes a lot more sense, since most of the application I build are heavy OOP anyway, and I get all the added OOP benefits, like type-hinting, inheritance.. well, you know the deal.

In his tests he creates an array of data, a value block of three "properties", looped 1000 times) and a block of three actual properties on an object. Between each, he's using the XDebug memory usage functions to check to see which uses less resources.

Overall, there's really not that much of a difference between using either of them. So, basically, it's up to you which storage method is the simplest for you to use.

0 comments voice your opinion now!
array object memoery usage property storage method array object memoery usage property storage method



Similar Posts

Stubbles Blog: Some remarks to serialization without pity

Hasin Hayder's Blog: Facebook data storage api can really be the replacement of memcache

Typical Programmer Blog: Doing it wrong: getters and setters

Oracle Technology Network: Persisting PHP5 Objects in Oracle

Jacob Santos' Blog: My Love For Array Object Idiocy


Community Events







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


release code ajax job releases application zend package PHP5 example security book cakephp developer framework mysql database PEAR zendframework conference

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