做了一個插入後,我想使用json_encode()將對象傳遞給客戶端。問題是,_id值不包括在內。 $widget = array('text' => 'Some text');
$this->mongo->db->insert($widget);
If I echo $widget['_id'] the string value gets displays on the screen,
我無法弄清楚如何在PHP中構建更新查詢來更新文檔ID X,Y和Z.有沒有人有過這方面的經驗? $ids[] = array(
new MongoId('4eaaf929498fe2c80300000c'),
new MongoId('4eaaff24498fe2ba0900001f')
);
$collection->update(
array('_id' => ar