-
-
Save techies23/da2baf31551a52896b56 to your computer and use it in GitHub Desktop.
Admin Controller
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 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