Browse Source

remove irrelevant comment

AD7six 12 years ago
parent
commit
c5b8fca922
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/View/Helper/FormHelper.php

+ 2 - 3
src/View/Helper/FormHelper.php

@@ -770,12 +770,11 @@ class FormHelper extends Helper {
  * You can customize individual inputs through `$fields`.
  * {{{
  * $this->Form->inputs([
- *   'name' => ['label' => 'custom label']
+ *   'name' => ['label' => 'custom label'],
+ *   'email'
  * ]);
  * }}}
  *
- * In the above example, no field would be generated for the title field.
- *
  * @param array $fields An array of customizations for the fields that will be
  *   generated. This array allows you to set custom types, labels, or other options.
  * @param array $options Options array. Valid keys are: