How do I pass parameters using redirector helper in Zend Framework?
Posted
by terrani
on Stack Overflow
See other posts from Stack Overflow
or by terrani
Published on 2010-03-31T10:42:43Z
Indexed on
2010/03/31
10:53 UTC
Read the original article
Hit count: 195
zend-framework
|redirector
Hi,
Is it possible to pass parameters ($_POST or $_GET) with redirectory helper in Zend Framework? The following code redirect to index action of current controller, but I would like to pass some parameters to it as well.
$this->_helper->redirector("index");
Zend Documenataion does not say anything about it.
© Stack Overflow or respective owner