Created
April 30, 2012 20:58
-
-
Save lykkeligal/2562634 to your computer and use it in GitHub Desktop.
php: CI_classHeaders
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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