Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Symfony Blog:
Call the expert: How to implement a conditional validator?
Sep 05, 2008 @ 17:06:18

On the symfony blog today, there's a new post that looks at creating a conditional validator in the context of a classic login form for the framework.

Jon works on a symfony 1.1 project with a classic login form. The form is composed of two fields: a username and a password. The validation rules are quite straightforward: he wants each field to be required and he wants to check the correctness of the password.

They show how to set up a normal login widget and how to apply a sfValidatorCallback in the configure() method to check the values in the form. This method checks the username and password values and tosses an error with sfValidatorError if a problem is found.

tagged: conditional validator tutorial symfony framework

Link:


Trending Topics: