-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 0.1.0
-
Component/s: None
-
None
<?php $manager = new MongoDB\Manager("mongodb://localhost:27017"); $q = new MongoDB\Query(array()); $qr = $manager->executeQuery("test.foobar", $q); var_dump($qr);
Currently returns NULL