Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created October 26, 2010 09:07
Show Gist options
  • Save jlebrech/646571 to your computer and use it in GitHub Desktop.
Save jlebrech/646571 to your computer and use it in GitHub Desktop.
<?php
class Contact_model extends Model {
function Contact_model()
{
parent::Model();
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment