Using Zend Framework 1.7. Is possible to forward a request with POST
method?
Something like this:
$this->_forward('action','controller','module',array('method'=>'POST'));
Using Zend Framework 1.7. Is possible to forward a request with POST
method?
Something like this:
$this->_forward('action','controller','module',array('method'=>'POST'));
Yes this is possible, Try using following: