The Cookbook»1.2 Collection»The Manual»Developing with CakePHP»Controllers»Controller Attributes»The Parameters Attribute ($params)»form
{1382} - 3.5.2.4.1 form
$this->params['form']
$this->params['form']
Any POST data from any form is stored here, including information also found in $_FILES.
{3897} - 3.5.2.4.1 form
$this->params['form']
Any POST data from any form is stored here, including information also found in $_FILES.
Differences
| Lines: 1-3 | Lines: 1-3 | ||
| <title>form</title> | <title>form</title> | ||
| - | <pre>$this-&gt;params['form']</pre> <p>Any POST data from any form is stored here, including information also found in $_FILES.</p> |
+ | <p class="method"><code>$this->params['form']</code></p> <p>Any POST data from any form is stored here, including information also found in <code>$_FILES</code>.</p> |
