Skip to content

Instantly share code, notes, and snippets.

@lykkeligal
Created April 30, 2012 20:58
Show Gist options
  • Save lykkeligal/2562634 to your computer and use it in GitHub Desktop.
Save lykkeligal/2562634 to your computer and use it in GitHub Desktop.
php: CI_classHeaders
<?php
/*class Con extends CI_Controller {
function __construct(){
parent::__construct();
}
}*/
/*class Mod 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