Zend Framework 1 では、次のようにして取得できます。
$this->actionName = $this->getRequest()->getActionName();
$this->controllerName = $this->getRequest()->getControllerName();
Zend Framework 2 では、手がかりがありません。controllerName
との入手方法はactionName
?
Zend Framework 1 では、次のようにして取得できます。
$this->actionName = $this->getRequest()->getActionName();
$this->controllerName = $this->getRequest()->getControllerName();
Zend Framework 2 では、手がかりがありません。controllerName
との入手方法はactionName
?