$m = new Mongo(); $collection = $m->demoDb->demoCollection; $cursor = $collection->find();. Just calling find() will only create a cursor ...
確定! 回上一頁