You obviously come from a Java background. No, they can't. In PHP, every request is a completely autonomous environment, and no data can be shared by many requests (well, except if you use sessions - but that's not really what you want. Sessions are basically meant to save user credentials and similar data, no complex objects.
Best Regards, Tobias On Mon, Apr 7, 2008 at 6:22 PM, xing93111 <[EMAIL PROTECTED]> wrote: > > > > > Since Zend_Registry can store any objects, can multiple different > > sessions > > share the same object through Zend_Registry? > > -- > > View this message in context: > > http://www.nabble.com/Zend_Registry-question-tp16537537p16537537.html > > Sent from the Zend Framework mailing list archive at Nabble.com. > > > > >
