Skip to content

Instantly share code, notes, and snippets.

@andyhawthorne
Created October 17, 2012 07:28
Show Gist options
  • Select an option

  • Save andyhawthorne/3904219 to your computer and use it in GitHub Desktop.

Select an option

Save andyhawthorne/3904219 to your computer and use it in GitHub Desktop.
HMVC1
<?php
class Admin extends MX_Controller
{
public function __construct()
{
parent::__construct();
$this->load->helper('admin');
$this->load->library('form_validation');
$this->load->model('admin_model');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment