Skip to content

Instantly share code, notes, and snippets.

@wms
Created December 2, 2013 12:57
Show Gist options
  • Save wms/7749073 to your computer and use it in GitHub Desktop.
Save wms/7749073 to your computer and use it in GitHub Desktop.
<?php
Users::all(array(
'with' => 'Email',
'conditions' => array(
'User.deleted' => 0,
'Email.deleted' => 0
)
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment