Skip to content

Instantly share code, notes, and snippets.

@cam-gists
Forked from etienne-snippet/gist:1993145
Created May 26, 2012 23:43
Show Gist options
  • Save cam-gists/2795639 to your computer and use it in GitHub Desktop.
Save cam-gists/2795639 to your computer and use it in GitHub Desktop.
CodeIgniter: Model
<?php
class User_model extends CI_Model {
function __construct()
{
parent::__construct();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment