* Deletes records matching conditions in $options * * Does not instantiate models and therefore does not invoke callbacks * * Delete all using a hash: * * * YourModel::delete_all(array('conditions' => array('name' => 'Tito'))); * * * Delete all using an array: * * * YourModel::delete_all(array('conditions' => array('name = ?', 'Tito'))); *
($options=array())
source not stored for this graph (policy: none)