Skip to content

Instantly share code, notes, and snippets.

@DrDurco
Forked from etienne-snippet/gist:1993131
Created March 7, 2012 19:23
Show Gist options
  • Save DrDurco/1995290 to your computer and use it in GitHub Desktop.
Save DrDurco/1995290 to your computer and use it in GitHub Desktop.

Revisions

  1. @etienne-snippet etienne-snippet created this gist Mar 7, 2012.
    9 changes: 9 additions & 0 deletions gistfile1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    <?php
    class Blog extends CI_Controller {

    public function __construct()
    {
    parent::__construct();
    // Your own constructor code
    }
    }