Thread
:
Getters and Setters?
View Single Post
#
8
(
permalink
)
06-10-2008, 06:28 AM
Kalyse
Junior Member
Join Date: Jun 2008
Posts: 18
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.
Kalyse
View Public Profile
Send a private message to Kalyse
Find all posts by Kalyse