-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add validators for attributes #56
Comments
Hmm interesting concept. Is there a way we can include a 3rd party library of validators to use? I don't know of any off hand but I will look. |
@jrschumacher what about this one https://github.com/symfony/Validator? |
@wildsurfer yea that looks good @purekid thoughts? |
That looks good,let's find a way to extend it. |
BTW, just arrived and this is the best PHP Mongo Library I've found... Just one question (out of docs): @purekid how is validation currently working? I'm looking for |
Validating data with specify rules of attribute , throw error messages when validating failed.
Inspired by: http://laravel.com/docs/validation#rule-in
The text was updated successfully, but these errors were encountered: