News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Stuart Herbert's Blog: Quick Tip: Get, Set and Query in One Method

Paul Jones' Blog: Memory Leaks With Objects in PHP 5

Matthew Weir O'Phinney's Blog: Overloading arrays in PHP 5.2.0

Stuart Herbert's Blog: Quick Tip: Get, Set and Query in One Method

Zend Developer Zone: Paging Data Sets With PEAR Pager


Community Events







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


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

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