{1382} - 3.5.2.4.1 form

$this->params['form']
  1. $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-3Lines: 1-3
 <title>form</title> <title>form</title>
-<pre>$this-&amp;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>