Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $qb->select('product')
  2. ->from('FocumaTCBundle:Product', 'product')
  3. ->join('product.ProductType', 'type')
  4. ->join('product.ProductImages', 'productImage')
  5. ->where('type.id = :productTypeId')
  6. ->setParameter('productTypeId', $PRODUCT_HOTEL_TYPE);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement