Skip to content

Instantly share code, notes, and snippets.

@daum
Created February 1, 2015 13:29
Show Gist options
  • Save daum/6ed112d81bf24ff06883 to your computer and use it in GitHub Desktop.
Save daum/6ed112d81bf24ff06883 to your computer and use it in GitHub Desktop.
// In ProjectRepository
public function getBaseExportQuery()
{
return $this->createQueryBuilder('p')
->getQuery()
->setHint(\Doctrine\ORM\Query::HINT_INCLUDE_META_COLUMNS, true)
->getArrayResult();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment