“DeleteAll CakePhp 2” Código de respuesta

DeleteAll CakePhp 2

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

$obj_CustomerMobile->deleteAll(
  array(
    'CustomerMobile.customer_id' => $id
  ), false
);
Zidane (Vi Ly - VietNam)

DeleteAll en CakePhp

// Delete all the spam
function destroySpam()
{
    return $this->deleteAll(['is_spam' => true]);
}
Handsome Hippopotamus

Respuestas similares a “DeleteAll CakePhp 2”

Preguntas similares a “DeleteAll CakePhp 2”

Más respuestas relacionadas con “DeleteAll CakePhp 2” en PHP

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código