Skip to content

Instantly share code, notes, and snippets.

@olivierobert
Forked from DrDurco/gist:1995290
Created November 13, 2012 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivierobert/4066642 to your computer and use it in GitHub Desktop.
Save olivierobert/4066642 to your computer and use it in GitHub Desktop.
CI: controller
<?php
class Blog extends CI_Controller {
public function __construct()
{
parent::__construct();
// Your own constructor code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment