PHP utility collection with hybrid and fluent APIs.

⌈⌋ ⎇ branch:  hybrid7 libraries


All files named "php7/input.php"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for php7/input.php

2014-08-14
07:38
Renamed to input.php. Restructured directory layout. check-in: [4b0715e805] user: mario branch: trunk, size: 0
2014-07-17
14:09
Different rx delimiter for strip_markup. file: [11c77edbd2] check-in: [dbd69cf2a0] user: mario branch: trunk, size: 35853
2014-07-11
09:22
Introduced <b>_slug()</b> and <b>_strip_markup()</b> filters. Prepated for better doc comments. file: [3810c54ca9] check-in: [9935d3cfac] user: mario branch: trunk, size: 35853
2014-06-27
17:38
Permit static filter invocation `input::text($str)` without underscore prefix, allow ->has() and ->no() to probe a list of key names, extra parameter/argument support for bound global functions, fixed _disallow Exception syntax, and make _length() now not only to slice but also declare a minimum string length. file: [f8f2acc179] check-in: [e42563785e] user: mario branch: trunk, size: 34408
2014-06-18
15:54
Simplified __filter list back to also allow plain callback names instead of [name, args[]]. Restructured filter() varname checks. file: [39797386f8] check-in: [23a6b15a36] user: mario branch: trunk, size: 33706
2014-06-17
02:27
Permit $_SERVER->method(["name"]) syntax as well (varnames get unpacked from single-entry array). file: [d7b23c59ae] check-in: [d63339146a] user: mario branch: trunk, size: 33832
2014-03-21
21:45
Introduce ellipse … syntax for merging literal params into filter method names. file: [e4ef57b814] check-in: [3a4f2387a0] user: mario branch: trunk, size: 33660
2014-03-09
02:11
Added: Wrapper for superglobal input array $_GET, $_POST, $_REQUEST, $_SERVER which add simple to use and fine-grained filtering functions. file: [9406cdaf99] check-in: [d367a57c9d] user: mario branch: trunk, size: 33167