A Kézikönyv»Fejlesztés CakePHP-vel»Vezérlők»Vezérlő tulajdonságok»The Parameters Attribute ($params)»controller
3.5.2.4.4 controller
$this->params['controller']
Stores the name of the current controller handling the request. For example, if the URL /posts/view/1 was requested, $this->params['controller'] would equal "posts".
See comment for this section
