In View, I can get action by using
$this->action
But, I cannot get controller name by
$this->controller
To get the current,
$this->params['controller']
$this->params['action']
$this->params['pass']