I have this code:

new sfValidatorPropelUnique(array('model' => 'sfGuardUserProfile',
'column' => array('email','nric')))


Which I think should check the combined uniqueness of the fields with
the name of email,nric.

Strangely enough, this code prevents me from editing the record unless
i make changes to both the email and nric fields.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
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