Skip to content

Instantly share code, notes, and snippets.

@DrDurco
Forked from etienne-snippet/gist:1993145
Created March 7, 2012 19:24
Show Gist options
  • Select an option

  • Save DrDurco/1995294 to your computer and use it in GitHub Desktop.

Select an option

Save DrDurco/1995294 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