Skip to content

Instantly share code, notes, and snippets.

@sebbdk
Created March 29, 2012 14:49
Show Gist options
  • Save sebbdk/2238137 to your computer and use it in GitHub Desktop.
Save sebbdk/2238137 to your computer and use it in GitHub Desktop.
$this->MapPoint->save(array(
'id' => $mapPointId,
'mobile_id' => $mobileId,
'claimed' => date('Y-m-d H:i:s'),
'is_active' => 0
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment