Skip to content

Instantly share code, notes, and snippets.

@phawk
Created January 15, 2012 12:09
Show Gist options
  • Select an option

  • Save phawk/1615646 to your computer and use it in GitHub Desktop.

Select an option

Save phawk/1615646 to your computer and use it in GitHub Desktop.
<?php
class User_model extends Model {
function add_user($user_array)
{
return $this->db->insert('users',$user_array);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment