标签: php mongodb codeigniter
为了摆脱mongo中查找查询中的_id字段,我使用了这个查询,它工作得很好..
db.collection.find({}, {'_id': False})
**非常感谢任何形式的帮助..