I'm certain that this line is overwriting the data in the ethnicities_seekingprofiles:
$this->User->Seekingprofile->save($this->data); when I comment it out, the table has the right data. On Oct 25, 3:37 am, WebbedIT <[email protected]> wrote: > Neither of the above controller calls can be affecting the HABTM data > as you are just using save() which will not attempt to save/update > associated data. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
