Hi,
The below code return empty. Can you please suggest me how do I access direct mongodb php functions ?
$db = $this->di->get('mongo');
$collections = $db->listCollections();
foreach ($collections as $collection) {
print "amount of documents in $collection ". $collection->count();
}
Thanks, Raja K