Hello guys. I am new in phlacon and mongodb. I am doing
$mongo = $this->di->get('MongoDb'); $logs = $mongo->find(); but i am taking an error PHP Fatal error: Call to undefined method MongoDB::find()
I want to know how i can use mongodb connection without ODM and also if i can use the batchSize(). Because i can't see that ODM has inside it.
Thank you