Skip to content

Instantly share code, notes, and snippets.

@Jragon
Created November 23, 2012 22:17
Show Gist options
  • Save Jragon/4137550 to your computer and use it in GitHub Desktop.
Save Jragon/4137550 to your computer and use it in GitHub Desktop.
<?php
class Controller{
function __construct(){
global $config;
$this->load = new Load($this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment