Returns a new DatabaseCondition, set to "OR" all conditions together.
Condition
... See full list
function db_or() { return new Condition('OR'); }