Skip to content

Instantly share code, notes, and snippets.

@fredjiles
Created January 8, 2014 21:33
Show Gist options
  • Select an option

  • Save fredjiles/8325049 to your computer and use it in GitHub Desktop.

Select an option

Save fredjiles/8325049 to your computer and use it in GitHub Desktop.
->innerJoin('cqi.clusterQILogs', 'cqil', 'ON',
$qb->expr()->andX(
$qb->expr()->eq('cqil.cluster_qi_id', 'cqi.id'),
'cqil.created_on = :date'
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment