View Single Post
  #8 (permalink)  
Old 06-10-2008, 06:28 AM
Kalyse Kalyse is offline
Junior Member
 
Join Date: Jun 2008
Posts: 18
Default

I think what you want to do is either:

User

Zend_Registry -

Or you could use

$this->getRequest->setParam('myparameter') = 'value';

You could then access it in your other conroller using

$this->getRequest->getParam('myparamterer') //ignore the type.
Reply With Quote