Старт переноса showinf_pers(); в класс (наконец!_)
This commit is contained in:
+1
-1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user