I’ve got model that use ExtendAssociations, but for some reason deleteHABTM doesn’t seem to work on some models (no idea :/). Is there an easy way to just delete a single row from the join table?
I’ve got model that use ExtendAssociations , but for some reason deleteHABTM doesn’t seem
Share
This seems to be some bad practice in cake.I suggest you check your ExtendAssociations and make it work as you expected.
If you insist, there is an option called
deleteQueryin HABTM.That may help you.