Обработка ошибок

This commit is contained in:
Igor Barkov (iwork) 2020-07-22 12:29:31 +03:00
parent 7c7e4295e9
commit 8234c9b5f4

View File

@ -2,7 +2,7 @@
class User class User
{ {
public $id; public $id = 0;
public $login = '<em>Некто</em>'; public $login = '<em>Некто</em>';
public $email = '<em>неизвестно</em>'; public $email = '<em>неизвестно</em>';
public $realname; public $realname;