Voting

: five minus five?
(Example: nine)

The Note You're Voting On

tdrpic
8 years ago
If you find that it would be easier to use arrays (instead of objects) for the returned documents, add the following after executing your query:

$cursor->setTypeMap(['root' => 'array', 'document' => 'array', 'array' => 'array']);

<< Back to user notes page

To Top