mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing doc block for Form::create(). Fixes #1058
This commit is contained in:
parent
08d6c19ab6
commit
3e5e52d52e
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class FormHelper extends AppHelper {
|
|||
* ### Options:
|
||||
*
|
||||
* - `type` Form method defaults to POST
|
||||
* - `action` The Action the form submits to. Can be a string or array,
|
||||
* - `action` The controller action the form submits to, (optional).
|
||||
* - `url` The url the form submits to. Can be a string or a url array,
|
||||
* - `default` Allows for the creation of Ajax forms.
|
||||
* - `onsubmit` Used in conjunction with 'default' to create ajax forms.
|
||||
|
|
Loading…
Add table
Reference in a new issue