{HU} - 3.5.2.4.1 form

$this->params['form']

Minden POST adat bármely formból ide kerül tárolásra a $_FILES-ban található információkkal együtt.

{EN} - 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>
 <p class="method"><code>$this->params['form']</code></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> +<p>Minden POST adat rmely formból ide kerül tárolásra a <code>$_FILES</code>-ban található információkkal együtt.</p>