is there a better way to remove many-to-many relationship, not
records, but relation in intersection table?

$db = $model->getTable()->getAdapter();
$db->delete("intersect_tbl", "item1_id=".$model->id);

Aljosa

Reply via email to