Skip to content

Instantly share code, notes, and snippets.

@rileyrg
Created October 10, 2017 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rileyrg/f6ca2bcc5b978bcad6766c7c5f994538 to your computer and use it in GitHub Desktop.
Save rileyrg/f6ca2bcc5b978bcad6766c7c5f994538 to your computer and use it in GitHub Desktop.
$queryB = $this->createQueryBuilder("p");
if (!is_null($searchable["num"])) {
$queryB->having("count(p.personMovieRef) > :num")
->setParameter("num",$searchable["num"]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment