Post->unbindAll(); // unbind ALL except hasAndBelongsToMany['Tag'] $this->Post->unbindAll(array('hasAndBelongsToMany' => array('Tag'))); ?>