Skip to content

Commit

Permalink
Merge pull request cakephp#377 from okonomi/migration-guide-fix
Browse files Browse the repository at this point in the history
Fixed FormHelper::postLink() description in migration guide
  • Loading branch information
jrbasso committed Sep 8, 2012
2 parents bcb1f5d + 3171d27 commit f95ad48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions en/appendices/2-2-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ FormHelper
to the empty option on ``select()``.
- Added :php:meth:`FormHelper::inputDefaults()` to set common properties for
each of the inputs generated by the helper
- :php:meth:`FormHelper::postLink()` now accepts a ``method`` key. This allows
you to create link forms using HTTP methods other than POST.

TimeHelper
----------
Expand Down
2 changes: 2 additions & 0 deletions en/appendices/2-3-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ FormHelper
- :php:meth:`FormHelper::select()` now accepts a list of values in the disabled
attribute. Combined with ``'multiple' => 'checkbox'``, this allows you to
provide a list of values you want disabled.
- :php:meth:`FormHelper::postLink()` now accepts a ``method`` key. This allows
you to create link forms using HTTP methods other than POST.

TextHelper
----------
Expand Down

0 comments on commit f95ad48

Please sign in to comment.