A Kézikönyv»Fejlesztés CakePHP-vel»Controllers»Controller Attributes»The Parameters Attribute ($params)»action
{} - 3.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".
{} - 3.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".
