$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
