Yes, this method is functionaly.
ehehehe
In the manual don't say that things :(.
And now, How I can get additionals param ?
I.E: /controllerName/actionName/addtionalvalue1/addtionalvalue2
Thanks for all.
(Please, give me a good website with Zend Framework Tutorial's)
2006/10/11, Lee Saferite <[EMAIL PROTECTED]>:
I currently use:
$this->_action->getControllerName()
$this->_action->getActionName()
Not sure if this is the best way.
Lee
On 10/11/06, Matthias Zitzmann <[EMAIL PROTECTED]> wrote:
> Try to use $this->_getParam('controller') and $this->_getParam('action')
> for that.
>
>
> Matthias
>
>
> Renan Gonçalves wrote:
> > How I can get Controller and Action name ?
> >
> > Thank's
>