View Single Post
  #3 (permalink)  
Old 04-16-2008, 02:40 PM
tangfucius tangfucius is offline
Junior Member
 
Join Date: Apr 2008
Posts: 3
Default

Ron,

PHP within itself is per request based and not multi-threaded like java or other things. Zend_Registry in no way enables you to share data across multiple separated scripts(unless you are talking about includes, but it doesn't seem that way). The only way to persist data in PHP is to store information in a database, and Zend_Registry isn't the answer here...

I've written more on this subject, Tangfucius

If I can find good answers, it really would be great.
Reply With Quote