On Mar 26, 9:40 pm, "Dave Maharaj :: WidePixels.com" <[email protected]> wrote: > Is this how it is supposed to update?
I would say yes. By de-selecting skill 13, you're disassociating the user with that skill, so that association is deleted (or rather not re- inserted). If you're wondering why the ids changed, that's because Cake actually deletes the existing row first, then inserts a new row containing the new information instead of performing an actual SQL "update" command on the existing row. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
