Todo List
static void get( $name)
This checks to see if this is an instance or procedure call, procedure == global, instance == local
static void get_all( )
This returns all of the current config variables as an array
static void set( $name, $value, [ $clobber = 0])
This checks to see if this is an instance or procedure calls and then sets the correct variable based on that
static void set_by_array( $array, [ $clobber = 0])
This is the same as the set function except it takes an array as input
Config __construct( )
This is what is called when the class is loaded