Machen Sie Ihr Update einfach wie
{$set: {"description.de": "hello"}}
Ich denke, in Ihrem Code wäre es:
$new_data = array(
'$set' => array(
"description.de" => "hallo"
)
);
Machen Sie Ihr Update einfach wie
{$set: {"description.de": "hello"}}
Ich denke, in Ihrem Code wäre es:
$new_data = array(
'$set' => array(
"description.de" => "hallo"
)
);