Il manuale»Sviluppare con CakePHP»Controllers»Attributi della classe Controller »L'attributo Parametri ($params)»action
{EN} - 3.5.2.4.6 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".
{EN} - 3.5.2.4.6 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".
