diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-02-15 22:39:25 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-02-15 22:39:25 +0100 |
commit | 44f210543cf6adcac99264d973dd73ea1b0ab37e (patch) | |
tree | bb0c72ef5e18cc64324916e6a4f44c2a1c26d09d /user_guide | |
parent | d98325db8019d7ed71906d63442c694da038fcf7 (diff) |
Input post() and get() will now return a full array if the first argument is not provided.
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index d58d43552..ccfbd0528 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -66,7 +66,8 @@ Hg Tag: n/a</p> <ul> <li>Libraries <ul> - <li class="reactor">Added <kbd>decimal</kbd>, <kbd>less_than</kbd> and <kbd>greater_than</kbd> rules to the <a href="libraries/parser.html">Form validation Class</a>.</li> + <li class="reactor">Added <kbd>decimal</kbd>, <kbd>less_than</kbd> and <kbd>greater_than</kbd> rules to the <a href="libraries/form_validation.html">Form validation Class</a>.</li> + <li class="reactor"><a href="libraries/input.html">Input Class</a> methods <kbd>post()</kbd> and <kbd>get()</kbd> will now return a full array if the first argument is not provided.</li> </ul> </li> </ul> |