summaryrefslogtreecommitdiff
path: root/_test/tests/inc/input.test.php
Commit message (Collapse)AuthorAge
* added filter method to INPUT classAndreas Gohr2014-09-23
| | | | | | | | | | | the filter() function can be chained between the accessor and the value function to get a filtered value. When no filter allable is given in the filter() function, stripctl() is used to strip all control chars (ASCII<32) Examples: $INPUT->post->filter()->str('foobar'); $INPUT->get->filter('myfilter')->int('baz');
* added another test for arraysAndreas Gohr2014-04-30
|
* add new valid() method to $INPUT #667Andreas Gohr2014-04-30
|
* extract method for Input classAndreas Gohr2012-08-09
| | | | makes it easier to access our do parameters
* treat empty string inputs as unset for int and boolAndreas Gohr2012-06-29
|
* some Input class fixes and unit testsAndreas Gohr2012-06-25