Guest User

Untitled

a guest
Jun 24th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. $qb = $this->createQueryBuilder('i');
  3.  
  4. $qb ->join('i.campus', 'c')
  5. ->where('c.ville="'.$campus.'"');
  6.  
  7. return $qb->getQuery()->getResult();
Add Comment
Please, Sign In to add comment