Hey Robby, I miss read that function, you are correct... how can one disable the defaults though because this saveAll is an update to a bunch of records and fields that I don't want to be saved are being saved by the defaults.
For example, a table would be: id(autonumber), name, group_id(default = 0) now I'm just updating the names for the ids, and the update overwrite what I have already saved for each ones group_id as a result of the $this->set(Set::filter($defaults)); How can one disabled that functionality and surely the db handles the defaults? --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
