Respect / Validation

The most awesome validation engine ever created for PHP
https://respect-validation.readthedocs.io
MIT License
5.75k stars 774 forks source link

[documentaiton] Validation for a full array of data #1425

Closed prionkor closed 4 months ago

prionkor commented 1 year ago

so I have looked around in the doc and probably I have missed it because this is obvious. I can validate individual piece of data. but How do I validate an array ($_GET, $_POST) of data? I want to write a full validator then pass it which gives me array of errors if exists.

mohammadhzp commented 1 year ago

See Validating array keys and values and Getting all messages as an array sections on the page.

alganet commented 1 year ago

@prionkor I hope @mohammadhzp 's links helped you out. Let me know if you need anything else.

henriquemoody commented 4 months ago

Since this has been opened for a while, I'm closing this one.