/***
* Класс для работы с ошибками
**/
class eerrors {
static $errors = array();
/***
* Функция "запоминания" ошибки
**/
public static function add($error_text) {
self::$errors[] = $error_text;
}
}
All Lawyers in the world! Legal cafe with lawyers online.
All Lawyers in the world! Legal cafe with lawyers online.