I have a Blog Model & I have a Tag Model. The Tag model is a HABTM
relationship to the Blog model. If I add some tags to a particular
blog post and save it using saveAll and then I go back and then try to
remove all the tags, cakePHP will not remove them all. However if I
only attempt to remove a portion of the tags, then cake will remove
the tags I have selected.

Has anyone else experienced this or am I doing something wrong?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to