3.7.5.3 deleteAll
deleteAll(mixed $conditions, $cascade = true)
Same as with del() and remove(), except that deleteAll() deletes all records that match the supplied conditions. The $conditions array should be supplied as an SQL fragment or array.
See comments for this section
