Skip to content

Instantly share code, notes, and snippets.

@max107
Created April 21, 2014 12:30
Show Gist options
  • Save max107/11141448 to your computer and use it in GitHub Desktop.
Save max107/11141448 to your computer and use it in GitHub Desktop.
$qs = User::objects();
$qs = $qs->filter(...);
$qs = $qs->exclude(...);
$qs = $qs->order();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment