Answer the question
In order to leave comments, you need to log in
Why does MongoDB 3.0 throw an error when trying to get records?
<?php
$m = new MongoClient(); // соединение
$db = $m->test;
$db->shows->insert( ["item" => "card", "qty" => 15] );
echo $a = $db->shows->find();
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question