Hi,

I have a HABTM releationship bewteen my Users & Projects table. All I
am trying to to is update the password field in the Users table and
nothing else, but whenever I try this it deletes the info from the
Project table!

I have tried using saveField('password',$password) also
unbindModelarray('hasAndBelongsToMany' => array('Project')) before the
save but it still insists on deleting the Project data.

This seems like a bug to me and is very frustrating.

Anyone got any ideas how to fix it?

Cheers

Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to