Skip to content

Instantly share code, notes, and snippets.

@dragoonis
Created March 20, 2012 09:56
Show Gist options
  • Save dragoonis/2133647 to your computer and use it in GitHub Desktop.
Save dragoonis/2133647 to your computer and use it in GitHub Desktop.
<?php
$model = new Some\Model();
$insertID = $model->insert(
'title' => $data['title'],
'firstName' => $data['firstName']
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment