News Feed
Jobs Feed
Sections




News Archive
QaFoo.com Blog:
Struct classes in PHP
January 24, 2011 @ 09:59:22

On the QaFoo blog today there's a new post looking at building struct classes in PHP (by Kore Nordmann) as a replacement - and a step up - from storing data in structures like arrays.

In Apache Zeta Components and in several of my own projects we are using - so called - struct classes to solve this issue: The struct classes do not define any methods but just contain documented properties. They just deal as a data container, similar to a hash map.

He mentions a few benefits and drawbacks to using this approach including the fact that, while they're easier to document and can make things clearer in your IDE, they also are objects and are passed by reference by default (leading to possible unintended behavior). That being said, he includes a sample implementation so you can judge for yourself. The example defines a Location with a city and state properties that extends a base Struct class.

0 comments voice your opinion now!
struct class example array


blog comments powered by Disqus

Similar Posts

Andi Gutmans' Blog: Inside Zend Server: Linux Take 2 - Examples

DevShed: Collections and Sorting

PHPRiot.com: Zend Framework 101: Zend_Registry

Cocoliso's Blog: Adding A Syntax Highlighter To Your Site: The Power Of Geshi

DevShed: Abstract Classes in PHP - Setting Up a Concrete Example


Community Events











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


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

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