Fire Eye'd Boy schreef:
Hi all,

I'm trying to save a Zend_Controller_Request_Http in a Zend_Session_Namespace but it gives me a strict standards warning:

Strict Standards: Creating default object from empty value

Any idea what is going on here?

Cheers



Sorry people, never mind. I figured it out. I had a typo:

$this->storage->referrer = $request;

in stead of

$this->_storage->referrer = $request;


Bye

Reply via email to