Merge pull request #4081 from spekulatius/patch-3

Update 01_Validation.md
This commit is contained in:
Ingo Schommer 2015-04-19 20:51:48 +12:00
commit 64f220617d

View File

@ -137,7 +137,7 @@ reusable and would not be possible within the `CMS` or other automated `UI` but
$form = new Form($controller, 'MyForm', $fields, $actions);
return $form
return $form;
}
public function doSubmitForm($data, $form) {