/*** * **/ class eerrors { static $errors = array(); /*** * "" **/ public static function add($error_text) { self::$errors[] = $error_text; } }