News Feed
Jobs Feed
Sections




News Archive
Matthew Weir O'Phinney's Blog:
Overloading arrays in PHP 5.2.0
January 19, 2008 @ 08:01:25

In a new post to his blog, Matthew Weir O'Phinney talks about a method for overloading arrays in a script written for the PHP 5.2 series.

Several weeks back, a bug was reported against Zend_View that had me initially stumped. [...] I'd read about this some months back on the php internals list, but at the time hadn't understood the consequences.

Basically, __get() no longer returns a reference and returns values in read mode, which makes modifying arrays using overloading impossible using traditional methods.

Unfortunately, this was exactly the functionality that was needed, so Matthew set out to find a way to do just that. His initial method, extending the ArrayObject, worked but still gave errors. On Mike Naberezny's recommendation, though, this too was resolved with a simple call to the __set method instead.

0 comments voice your opinion now!
overload array arrayobject set get reference overload array arrayobject set get reference


blog comments powered by Disqus

Similar Posts

Christoph Dorn's Blog: TIP: FirePHP data volume filtering

Lorenzo Alberton's Blog: PEAR::Pager Tutorials

Johannes Schluter's Blog: Class posing and overloading the "new" operator

Felix Geisendorfer's Blog: Cake 1.2’s Set class eats nested arrays for breakfast!

Mark van der Velden's Blog: PHP Quiz part 2


Community Events











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


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

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