or_where_not_in([$key = NULL[, $values = NULL[, $escape = NULL]]])
Parameters:
$key (string) – The field to search
$values (array) – The values searched on
$escape (bool) – Whether to escape values and identifiers Returns:
DB_query_builder instance Return type:
object
Generates a WHERE field NOT IN(‘item’, ‘item’) SQL query, joined with ‘OR’ if appropriate.