Timeline
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins using file php7/db.php version 0f8ae0eb99
|
2014-07-11
| ||
| 09:22 | Introduced <b>_slug()</b> and <b>_strip_markup()</b> filters. Prepated for better doc comments. check-in: 9935d3cfac user: mario tags: trunk | |
|
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. check-in: e42563785e user: mario tags: trunk | |
|
2014-06-18
| ||
| 15:54 | Simplified __filter list back to also allow plain callback names instead of [name, args[]]. Restructured filter() varname checks. check-in: 23a6b15a36 user: mario tags: trunk | |
|
2014-06-17
| ||
| 02:27 | Permit $_SERVER->method(["name"]) syntax as well (varnames get unpacked from single-entry array). check-in: d63339146a user: mario tags: trunk | |
|
2014-03-21
| ||
| 21:45 | Introduce ellipse … syntax for merging literal params into filter method names. check-in: 3a4f2387a0 user: mario tags: trunk | |
|
2014-03-17
| ||
| 14:47 | Close all curl_multi{} handles implicitly in ->exec() calls. check-in: 355bb2a455 user: mario tags: trunk | |
| 14:46 | Allows tree($array)->{'2,0,3'} traversal access. check-in: 2025631d71 user: mario tags: trunk | |
|
2014-03-09
| ||
| 02:17 | Allow input{} to utilize Inspekt filters. check-in: 3368c55fe3 user: mario tags: trunk | |
| 02:15 | Trivial AR table handler building. check-in: dcaf21a373 user: mario tags: trunk | |
| 02:15 | Converts php plugins into .deb or .rpm packages (using epm currently) check-in: a5113eb7a6 user: mario tags: trunk | |
| 02:12 | Templating interface concept. check-in: 31f60c3bdd user: mario tags: trunk | |
| 02:11 | Wrapper for superglobal input array $_GET, $_POST, $_REQUEST, $_SERVER which add simple to use and fine-grained filtering functions. check-in: d367a57c9d user: mario tags: trunk | |
| 02:11 | Simple db() interface with support for extended placeholders ?? ?: ?? :& :| :, for array binding. check-in: b5c377d66f user: mario tags: trunk | |