Skip to content

Instantly share code, notes, and snippets.

@jpcody
Created September 23, 2010 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpcody/594132 to your computer and use it in GitHub Desktop.
Save jpcody/594132 to your computer and use it in GitHub Desktop.
$which_document = (array(
"_id" => $email_address,
'$elemMatch' => array('word_id' => $word)
));
$which_fields = array('$set' => array("status" => "complete"));
$collection->update($which_document, $which_fields);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment