Skip to content

Instantly share code, notes, and snippets.

@techies23
Created February 1, 2016 17:35
Show Gist options
  • Save techies23/da2baf31551a52896b56 to your computer and use it in GitHub Desktop.
Save techies23/da2baf31551a52896b56 to your computer and use it in GitHub Desktop.
Admin Controller
<?php
class Admin_Controller extends MY_Controller {
function __construct() {
parent::__construct();
$this->load->helper('form');
$this->load->library(array('form_validation', 'ion_auth'));
}
}
/*-------------------------*/
/*AUTHOR: DEEPEN BAJRACHARYA
FILE : Admin_Controller.php
/*-------------------------*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment