Skip to content

Instantly share code, notes, and snippets.

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