Checking for unique email address or username
Can someone share their code (perhaps a custom validation class?) for how they're validating the uniqueness of a field in Zend_Form? I'm new to Zend (and OO), but I'm surprised I haven't been able to find an example of a registration form that checks for unique username or email address in a table.
Thanks
|