0
我需要更新都看到值0〜1 使用蒙戈和PHP作爲陣列
enter code herearray (
'_id' => new MongoId("5357c023dd34bcc9298b456e"),
'_type' =>
array (
'0' => 'Altibbi_Mongo_MemberNotification',
),
'member_id' => '53068',
'notification_count' => new MongoInt32(30),
'notifications' =>
array (
'0' =>
array (
'actor_id' => '0',
'notification_type' => 'badge_top',
'date_added' => '2014-04-23 16:29:07',
'seen' => '0',
),
'1' =>
array (
'actor_id' => '0',
'notification_type' => 'badge_country',
'date_added' => '2014-04-24 08:32:55',
'seen' => '1',
)
),
)
我需要幫助解決我使用$問題就只更新單個第一值 我使用$每它不會在所有
哪個問題?你爲什麼期望它首先工作?你可以參考你在這裏試圖使用的功能手冊嗎? – hakre
$ this-> update(array('member_id'=>「53068」,「notifications.seen」=>「0」), array('$ set'=> array('notification_count'=> 0,'notifications 。。。''=>「1」)); –