Currently when I save my HABTM associations for a Model cakePHP deletes
all assocations for this model, for example:

DELETE FROM `model1_model2` WHERE model1.id = ' '

but since i only want to add one new entry, and not all existing ones
again and again i asked myself how i can stop cake from using this
DELETE Query before any HABTM ass is saved?

thx in advance..


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to