Skip to content

Instantly share code, notes, and snippets.

@dmregister
Created October 10, 2013 21:52
Show Gist options
  • Save dmregister/6926218 to your computer and use it in GitHub Desktop.
Save dmregister/6926218 to your computer and use it in GitHub Desktop.
$queryBuilder = $objectManager->createQueryBuilder();
$queryBuilder->select('*')
->from('Application\Entity\Thing','n')
->where("Intersects(GeomFromText('Polygon((?1,?2,?3,?4,?5))'),n.geom)")
->andWhere('n.type = ?6');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment