oldrind 90cb9b0baf 优化Input类
可用setFilter()设置默认的过滤方法,没有设置时会读取配置参数中的default_filter作为默认的过滤方法;
调用getData($name, $input, $filter, $default)时,$filter传入的值为['trim']或‘trim',则传入值会与默认的过滤方法叠加生效,而传入值为['trim', false]或’trim,0',则默认的过滤方法不再生效,只有传入的方法生效。
2016-01-16 14:00:35 +08:00
2015-12-21 08:40:07 +08:00
2016-01-16 14:00:35 +08:00
2016-01-04 17:50:42 +08:00
2015-12-09 19:11:07 +08:00
2016-01-04 08:51:03 +08:00
2016-01-14 17:07:55 +08:00
2016-01-10 11:30:31 +08:00
2016-01-04 17:32:38 +08:00
Description
No description provided
9.9 MiB
Languages
PHP 97.3%
Smarty 2.3%
PLpgSQL 0.3%