diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-13 19:16:35 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-13 19:16:35 +0100 |
commit | cde43687ef19aa23ee6796925270961b760369f3 (patch) | |
tree | 95bca7c0f6bfe6b61a1cef879ca1ddc992d9a1e8 /user_guide_src/source/changelog.rst | |
parent | 81c87cd453c61a17e28aff2cc3f4ea76d4d19c59 (diff) |
Allow native PHP functions used as rules to accept an additional parameter
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 27a8b5701..7c2ee26eb 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -69,6 +69,7 @@ Release Date: Not Released - :doc:`Form Validation library <libraries/form_validation>` changes include: - _execute() now considers input data to be invalid if a specified rule is not found. - Removed method is_numeric() as it exists as a native PHP function and _execute() will find and use that (the 'is_numeric' rule itself is deprecated since 1.6.1). + - Native PHP functions used as rules can now accept an additional parameter, other than the data itself. - Core |