View Single Post
  #2 (permalink)  
Old 04-16-2008, 11:49 AM
Ron Ron is offline
Junior Member
 
Join Date: Apr 2008
Posts: 7
Default re:zend registry useless.....

In my opinion zend_registry is for persisting information between instances of the script running. Like for storing database connection info, constant data that will not change during the course of the script running.
Reply With Quote