The validateXXX() might be nice

The validation process doesn't stop when a validator fails. Symfony
tests all the validators and declares the validation failed if at
least one of them fails. And even if some of the rules of the
validation file fail, symfony will still look for a validateXXX()
method and execute it. So the two validation techniques are
complementary. The advantage is that, in a form with multiple
failures, all the error messages are shown.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to