Skip to content

Instantly share code, notes, and snippets.

@mdarby
Created January 4, 2009 16:48
Show Gist options
  • Save mdarby/43115 to your computer and use it in GitHub Desktop.
Save mdarby/43115 to your computer and use it in GitHub Desktop.
// Load User from the database
$user = $this->User->findById(121);
// Set User's last login time
$user['User']['last_login'] = date('Y-m-d g:i:s');
// Save User back to the database
$this->User->save($user);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment