Simple question. I am using the _forward function in the Zend Php Framework.
$ this → _ forward ('formview', null, null, array ('test' => 'penu'));
So, Im forwards the formview with the same controller with the parameter test = 'penu'
However, how to get this value when I am in the action to which I am redirected.
Posqure
source
share