I a username field and a check to see if it is empty, so my html->tagErrorMsg message says "You must fill out username" when they don't fill it out, but what if I want to check if username already exists? I check to see if that username is in the database, and use invalidate() to flag the error message, but now I would want it to say "Username already exists". How would I do this?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php -~----------~----~----~----~------~----~------~--~---
