weierophinney wrote: > > the storage into Zend_Registry. I'm not sure how much any of this is > really relevant to the need you explained in a previous post, however... > >From what I know of these helpers, it is due to the initial design that is limiting his use case.
The registry (it doesn't have to be a global static, it could have been an object instance) would have been better since it is an ArrayObject (implements offsetExists); however, at a minimum, the the helpers could have extended ArrayObject and it would have been all good. ----- -- Wil Moore III Why is Bottom-posting better than Top-posting: http://www.caliburn.nl/topposting.html DO NOT TOP-POST and DO trim your replies: http://linux.sgms-centre.com/misc/netiquette.php#toppost -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Search-for-existing-value-in-headMeta-tp3237161p3243407.html Sent from the Zend Framework mailing list archive at Nabble.com.
