Skip to content

Instantly share code, notes, and snippets.

@vrushank-snippets
Forked from etienne-snippet/gist:1993145
Created March 23, 2012 10:30
Show Gist options
  • Save vrushank-snippets/2169383 to your computer and use it in GitHub Desktop.
Save vrushank-snippets/2169383 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