Todo List
This is the baic error class, its better now that we can use php5 hello static functions and variables
static void add( $name, $message, [ $clobber = 0])
This is a public static function it adds a new error message to the array It can optionally clobber rather then adding to the error message
static void auto_init( )
This loads the errors from the session back into Ampache
static void display( $name)
This prints the error out with a standard Error class span Ben Goska: Renamed from print to display, print is reserved
static void get( $name)
This returns an error by name
static void occurred( )
This returns true / false if an error has occured anywhere
void __destruct( )
This saves all of the errors that are left into the session