DeleteAll CakePhp 2
$obj_CustomerMobile = ClassRegistry::init('Customer.CustomerMobile');
$obj_CustomerMobile->deleteAll(
array(
'CustomerMobile.customer_id' => $id
), false
);
Zidane (Vi Ly - VietNam)