Skip to content

Instantly share code, notes, and snippets.

@olivierobert
Forked from etienne-snippet/gist:1993145
Created November 13, 2012 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivierobert/4066639 to your computer and use it in GitHub Desktop.
Save olivierobert/4066639 to your computer and use it in GitHub Desktop.
CI: 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