MCPcopy Create free account
hub / github.com/Alex-developer/agsattrack / delete_all

Method delete_all

php/framework/libs/o/lib/Model.php:905–927  ·  view source on GitHub ↗

* 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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 10

is_hashFunction · 0.70
tableMethod · 0.45
connectionMethod · 0.45
deleteMethod · 0.45
limitMethod · 0.45
orderMethod · 0.45
bind_valuesMethod · 0.45
queryMethod · 0.45
to_sMethod · 0.45