Сообщение от модераторов:
$status HTML; } public static function getAllByUserId(int $userid): array { return Db::getRows('select time, text from users_delo where uid = ? and type = 0 order by id desc', [$userid]); } }