Skip to content

Instantly share code, notes, and snippets.

@aligundogdu
Created October 26, 2013 14:48
Show Gist options
  • Save aligundogdu/7170242 to your computer and use it in GitHub Desktop.
Save aligundogdu/7170242 to your computer and use it in GitHub Desktop.
$dm = $this->get('doctrine_mongodb')->getManager();
$product = $dm->getRepository('AcmeStoreBundle:Zips')->find('526b80de20de4cbaa60c9946');
print_r($product);
@aligundogdu
Copy link
Author

$product = $dm->getRepository('AcmeStoreBundle:Zips')->findBy(array('city'=>'ACMAR');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment