News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Deleting indexes from Zend_Registry and why you shouldn't do it !
October 15, 2010 @ 09:19:47

New on the Zend Developer Zone today there's a post that looks at working with the Zend_Registry component of the Zend Framework and how deleting the index out of it directly could be a bad thing for your application.

Zend_Registry is the implementation of the Registry design pattern in the Zend Framework. It is similar to the $_GLOBALS array in pure PHP , but unlike it, it does not provide a transparent way to unset values at a specified index. As you will see in this short article, there is a very simple way to do it, but that doesn't mean it should be done.

He advises against directly using the "_unsetInstance" method that the component provides to remove items from the registry but that could cause unwanted side effects with your data. Instead he recommends using the SPL ArrayObject interfaces and the "offsetUnset" method on the registry instance to drop the item. He ends with a word of warning, though - be careful what you remove in one part of your application because something, somewhere might be depending on it being there, set or not, to make another decision.

0 comments voice your opinion now!
zendregistry zendframework delete index opinion


blog comments powered by Disqus

Similar Posts

Kevin Schroeder's Blog: Objections to dynamic typing

Chris Roane's Blog: What does it mean to be an Advanced PHP Programmer?

Rob Allen's Blog: Exploring Zend_Paginator

Zend Developer Zone: PHP Abstract Podcast Episode 13: Introduction to the Zend Framework

Ralph Schindler's Blog: Composite Rowsets For Many-To-Many Relationships Via Zend_Db_Table


Community Events











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


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

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