Skip to content

Instantly share code, notes, and snippets.

@b0n
Created April 14, 2015 04:43
Show Gist options
  • Save b0n/85c73f038f3258fc5e42 to your computer and use it in GitHub Desktop.
Save b0n/85c73f038f3258fc5e42 to your computer and use it in GitHub Desktop.
get subquery at cakephp
$query = $this->Post->getQuery('all', array(
'conditions' => array('Post.id' => array(1,2,3,4,5),
'fields' => array('Post.id'),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment