News Feed
Jobs Feed
Sections




News Archive
Matthew Weir O'Phinney's Blog:
Overloading arrays in PHP 5.2.0
December 29, 2006 @ 07:33:00

Matthew Weir O'Phinney has a new post on his blog today talking about overloading arrays in PHP 5.2.0 using the magic __get and __construct functions.

Several weeks back, a bug was reported against Zend_View that had me initially stumped. [...] Basically, __get() no longer returns a reference and returns values in read mode, which makes modifying arrays using overloading impossible using traditional methods.

He gives a code example of the problem and two ways to get around it - one using a switch statement to get around the problem and the other ("best solution") was Matthew's option to extend the ArrayObject class.

0 comments voice your opinion now!
zend_view overload array php5 switch arrayobject zend_view overload array php5 switch arrayobject


blog comments powered by Disqus

Similar Posts

Michael Kimsal's Blog: Latest podcast (WebDevRadio)

Thomas Weinart: What Iterators Can Do For You

Zend Developer Zone: phpPaypalPro version 0.1.0 has been released

SitePoint PHP Blog: J4P5 - Javascript For PHP5

Pawel Turlejski's Blo: What's wrong with PHP closures?


Community Events











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


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

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