Skip to content

Instantly share code, notes, and snippets.

@stoddsie
Last active December 15, 2015 22:59
Show Gist options
  • Save stoddsie/5336740 to your computer and use it in GitHub Desktop.
Save stoddsie/5336740 to your computer and use it in GitHub Desktop.
Codeigniter:Class Constructor
function __construct()
{
parent::__construct();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment