Skip to content

Instantly share code, notes, and snippets.

@rdeprera
Created June 25, 2013 12:32
Show Gist options
  • Save rdeprera/5858082 to your computer and use it in GitHub Desktop.
Save rdeprera/5858082 to your computer and use it in GitHub Desktop.
I need all medias of gallery with id 1. But i can only fetch one
$gallery = $this->getDoctrine()
->getRepository('Application\Sonata\MediaBundle\Entity\GalleryHasMedia')
->find(1);
$medias = $gallery->getMedia();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment