Commit 4a65f58e by Christopher Vrooman

Update input-forms.md

Minor syntax changes.
parent 19af2645
...@@ -167,8 +167,8 @@ class SettingsController extends Controller ...@@ -167,8 +167,8 @@ class SettingsController extends Controller
} }
``` ```
In the code above we're using `indexBy` when retrieving models from database to make array indexed by model ids. These In the code above we're using `indexBy` when retrieving models from the database to populate an array indexed by model ids.
will be later used to identify form fields. `loadMultiple` fills multiple models with the form data coming from POST These will be later used to identify form fields. `loadMultiple` fills multiple models with the form data coming from POST
and `validateMultiple` validates all models at once. In order to skip validation when saving we're passing `false` as and `validateMultiple` validates all models at once. In order to skip validation when saving we're passing `false` as
a parameter to `save`. a parameter to `save`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment