1

Zend Framework 1 では、次のようにして取得できます。

$this->actionName = $this->getRequest()->getActionName();
$this->controllerName = $this->getRequest()->getControllerName();

Zend Framework 2 では、手がかりがありません。controllerNameとの入手方法はactionName

4

1 に答える 1