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

DevShed: Collections and Sorting

Sameer Borate's Blog: Selecting all except some columns in MySQL

DevShed: Building a PHP 5 Form Processor - Using the Form Processor Package

php|architect: September 2006 Issue Released

PHPBuilder.com: Three Advanced Object-Oriented PHP Features You Need to Know


Community Events











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


functional code testing composer phpunit release zendframework2 database api series application development podcast framework community example language opinion interview introduction

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