Skip to content

Instantly share code, notes, and snippets.

@jesseadams
Created October 28, 2011 02:21
Show Gist options
  • Save jesseadams/1321476 to your computer and use it in GitHub Desktop.
Save jesseadams/1321476 to your computer and use it in GitHub Desktop.
PHP ORM
$user = new User;
$user->name = 'foo';
$user->save;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment