News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Vinu Thomas' Blog: Create a Storage engine for MySQL using PHP

Maarten Balliauw's Blog: Generic arrays in PHP

KillerPHP.com: The Zend Framework: Writing Object-Oriented PHP with Ease

JSLabs Blog: Writing good php docs

Developer Drive: Building a PHP Ad Tracker: Data Object Design and Coding


Community Events











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


functional series introduction zendframework2 usergroup conference community podcast phpunit testing opinion symfony2 unittest interview language framework development database rest release

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