Aljosa Mohorovic Fri, 07 Dec 2007 07:24:28 -0800
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