Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

deleteAll cakephp 2

$obj_CustomerMobile = ClassRegistry::init('Customer.CustomerMobile');

$obj_CustomerMobile->deleteAll(
  array(
    'CustomerMobile.customer_id' => $id
  ), false
);
 
PREVIOUS NEXT
Tagged: #deleteAll #cakephp
ADD COMMENT
Topic
Name
1+9 =