A Kézikönyv»Developing with CakePHP»Controllers»Controller Attributes»The Parameters Attribute ($params)»action
5.5.2.4.5 action
$this->params['action']
$this->params['action']
Stores the name of the current action handling the request. For example, if the URL /posts/view/1 was requested, $this->params['action'] would equal "view".
See comment for this section
