Skip to content

Instantly share code, notes, and snippets.

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