Does this :
$hasServicesModel = new HasHousing_Table();
$hasServicesModel->delete(
array(
'housing_service_id' =>
$formData['services'][$serviceName . '_id'],
'housing_id' =>
$housing->housing_id
)
);Work for you folks ? The update syntax require a tab like this but for the delete method...
