Skip to content

Instantly share code, notes, and snippets.

@ABM-Dan
Created January 29, 2016 16:53
Show Gist options
  • Save ABM-Dan/42d4b6d3a4e82aca6f35 to your computer and use it in GitHub Desktop.
Save ABM-Dan/42d4b6d3a4e82aca6f35 to your computer and use it in GitHub Desktop.
<?php
$qb = $this->createQueryBuilder('l')
->select('l, c')
->join('l.country', 'c')
->where($expr->in('l.id', '?1'))
->setParameter(1, $ids);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment