This website requires JavaScript.
Explore
Help
Register
Sign In
malhuda
/
CodeIgniter4
Watch
1
Star
0
Fork
0
You've already forked CodeIgniter4
mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced
2025-02-20 11:44:28 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
CodeIgniter4
/
system
/
Validation
History
ytetsuro
0ca43a3abb
fix: corresponding about the escaped separator.
...
Signed-off-by: ytetsuro <phper.0o0@gmail.com>
2018-09-07 02:02:52 +09:00
..
Exceptions
Refactor exceptions for late static binding
2018-05-29 22:20:48 -07:00
Views
count() usage improvement: replace with empty() when possible, assign to variable on loop
2017-08-08 08:19:29 +07:00
CreditCardRules.php
apply break; on loop prefixes card on ccNumber has its prefix
2018-07-29 10:04:45 +07:00
FileRules.php
Fixes FileRules::max_size() to use file->getSize() instead of number_format-ed size
2018-09-05 02:01:39 +07:00
FormatRules.php
Adds valid_json which is using json_last_error() === JSON_ERROR_NONE
2018-08-30 13:09:38 +02:00
Rules.php
Annual copyright update
2018-01-09 01:01:00 -08:00
Validation.php
fix: corresponding about the escaped separator.
2018-09-07 02:02:52 +09:00
ValidationInterface.php
Merge pull request
#880
from natanfelles/controller_validate
2018-04-12 23:18:19 -05:00