Hi,
In my controller I would like to forward the user using my custom URLs.
Usually I forward like the following:
return $this->_forward('myAction', 'myController', 'myModule',
$myParamsArray);
The problem is that the url will show something like
http://example.com/myModule/myController/myAction/...
I would like to forward using custom urls.
Thank you for any help !
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Forward-to-custom-url-tp2281504p2281504.html
Sent from the Zend Framework mailing list archive at Nabble.com.