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

Anis Ahmad's Blog: Join Problems with Zend_Paginator and Zend_Db_Select objects

Kamran Usman's Blog: Zend is going the Wrong Way I think

Reddit.com: What non-PHP stuff should a PHP developer know?

Padraic Brady's Blog: An Example Zend Framework Blog App - Part 2: The MVC Application Architecture

Zend Developer Zone: Announcing June's Zend Framework Bug Hunt Days


Community Events









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


zendframework2 framework tool api podcast introduction development unittest opinion database release language community interview testing phpunit composer object code example

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