Thanks for the replies. What I learned, though, is that you can have extra fields in the data and save() won't error out, it just puts in what matches the DB and ignores what doesn't. It's useful in my case, but I wonder if it's actually a bug -- you won't get an error if you misspel a field for example, you'll just get no data in that field.
The advantage of this is that I can treat all my form elements the same way, whether it's 'User/Password' which is real or 'User/Password2' which is only for validation. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
