Skip to content

Instantly share code, notes, and snippets.

@damiankloip
Created January 29, 2013 09:58
Show Gist options
  • Save damiankloip/4663140 to your computer and use it in GitHub Desktop.
Save damiankloip/4663140 to your computer and use it in GitHub Desktop.
$q = $factory->get('view', 'OR');
$q->notExists('disabled');
$and = $q->andConditionGroup()->exists('disabled')->condition('disabled', TRUE, '<>');
$q->condition($and);
dpm($q->execute());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment