You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see any built-in or easy-to-use or function for input validation in flux.
What I found if there's input (POST or GET) passed by $this->params all you need to make self-validation.
PHP 5.4+ or HHVM 3.3+ are required. (so README.md will be 5.3 to 5.4, I run this test on PHP 7.2 and in other localhost I have 5.4 so can't test for 5.3)
The text was updated successfully, but these errors were encountered:
Talk about respect/validation, it requires PHP 5.4 from its 1.1 version installed by composer. And it can used directly like this Flux with Respect Validation
I don't see any built-in or easy-to-use or function for input validation in flux.
What I found if there's input (POST or GET) passed by
$this->params
all you need to make self-validation.How about https://github.com/Respect/Validation ?
As example,
Requirement
or HHVM 3.3+ are required.(so README.md will be 5.3 to 5.4, I run this test on PHP 7.2 and in other localhost I have 5.4 so can't test for 5.3)The text was updated successfully, but these errors were encountered: