Le troisième argument de MongoCollection::update
est un tableau d'options pour l'opération de mise à jour.
$this->db->settings->update(
array('_id' => $mongoID),
array('$set' => array('about' => $about, 'avatar' => $avatar))
);
Le troisième argument de MongoCollection::update
est un tableau d'options pour l'opération de mise à jour.
$this->db->settings->update(
array('_id' => $mongoID),
array('$set' => array('about' => $about, 'avatar' => $avatar))
);