Старт переноса showinf_pers(); в класс (наконец!_)
This commit is contained in:
parent
1a8aab2eaa
commit
77e45e052b
@ -59,7 +59,7 @@ class User
|
|||||||
while ($row = $dressed_items->fetch_assoc()) {
|
while ($row = $dressed_items->fetch_assoc()) {
|
||||||
$dressed_item[$row['dressed_slot']] = $row;
|
$dressed_item[$row['dressed_slot']] = $row;
|
||||||
}
|
}
|
||||||
include_once '/views/user-info-doll.php';
|
include_once 'views/user-info-doll.php';
|
||||||
echo <<<USERINFO
|
echo <<<USERINFO
|
||||||
Имя {$this->login} <br>
|
Имя {$this->login} <br>
|
||||||
Сила {$this->strength} <br>
|
Сила {$this->strength} <br>
|
||||||
|
Loading…
Reference in New Issue
Block a user