Solar_Sql_Model::delete()
public
int
Solar_Sql_Model::delete
( string|array $where
)
Deletes rows from the model table and deletes cache entries.
Parameters
(string|array)
$where
: The WHERE clause to identify which rows to delete.
Returns
(int) The number of rows affected.
Description
Deletes rows from the model table and deletes cache entries.