The Manual»Developing with CakePHP»Controllers»Controller Attributes»The Parameters Attribute ($params)»form
3.5.2.4.1 form
$this->params['form']
Any POST data from any form is stored here, including information also found in $_FILES.
See comments for this section
