Use type map for database and collection enumeration
This obviates the need to handle stdClass instances within the results.
Showing
... | ... | @@ -10,7 +10,7 @@ |
{ "name": "Derick Rethans", "email": "github@derickrethans.nl" } | ||
], | ||
"require": { | ||
"ext-mongodb": "*" | ||
"ext-mongodb": ">=0.5.0" | ||
}, | ||
"require-dev": { | ||
"fzaninotto/faker": "~1.0" | ||
... | ... |
Please
register
or
sign in
to comment