Skip to content

Instantly share code, notes, and snippets.

@Jragon
Created November 23, 2012 22:16
Show Gist options
  • Save Jragon/4137541 to your computer and use it in GitHub Desktop.
Save Jragon/4137541 to your computer and use it in GitHub Desktop.
<?php
class Admin extends Controller{
function __construct(){
var_dump($this->load);
$this->load->model("admin/admin.php");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment