Skip to content

Instantly share code, notes, and snippets.

@wms
Created January 16, 2014 17:25
Show Gist options
  • Save wms/8459334 to your computer and use it in GitHub Desktop.
Save wms/8459334 to your computer and use it in GitHub Desktop.
<?php
Groups::all([
'conditions' => [
'users' => '_id_'
// or...
'users' => ['_id']
]
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment