mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding some additional documentation for FormHelper::inputs().
This commit is contained in:
parent
83651091ce
commit
b9383f13dc
1 changed files with 7 additions and 0 deletions
|
@ -587,6 +587,13 @@ class FormHelper extends AppHelper {
|
||||||
* ));
|
* ));
|
||||||
* }}}
|
* }}}
|
||||||
*
|
*
|
||||||
|
* In addition to fields control, inputs() allows you to use a few additional options.
|
||||||
|
*
|
||||||
|
* - `fieldset` Set to false to disable the fieldset. If a string is supplied it will be used as
|
||||||
|
* the classname for the fieldset element.
|
||||||
|
* - `legend` Set to false to disable the legend for the generated input set. Or supply a string
|
||||||
|
* to customize the legend text.
|
||||||
|
*
|
||||||
* @param mixed $fields An array of fields to generate inputs for, or null.
|
* @param mixed $fields An array of fields to generate inputs for, or null.
|
||||||
* @param array $blacklist a simple array of fields to not create inputs for.
|
* @param array $blacklist a simple array of fields to not create inputs for.
|
||||||
* @return string Completed form inputs.
|
* @return string Completed form inputs.
|
||||||
|
|
Loading…
Add table
Reference in a new issue