Das Handbuch»Entwickeln mit CakePHP»Controllers»Controller-Attribute»Das Parameter-Attribut ($params)»form
{DE} - 3.5.2.4.1 form
$this->params['form']
$this->params['form']
Die POST Daten jeder Form werden hierin gespeichert, inklusive der Informationen aus $_FILES.
{} - 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.
Differences
| Lines: 1-3 | Lines: 1-3 | ||
| <title>form</title> | <title>form</title> | ||
| <pre>$this->params['form']</pre> | <pre>$this->params['form']</pre> | ||
| - | <p>Any POST data from any form is stored here, including information also found in $_FILES.</p> | + | <p>Die POST Daten jeder Form werden hierin gespeichert, inklusive der Informationen aus $_FILES.</p> |
