Старт переноса showinf_pers(); в класс
This commit is contained in:
parent
113434197e
commit
9bc4c79a8d
@ -59,10 +59,10 @@ class User
|
|||||||
Находится в {$this->getRoomName($this->room)}<br>
|
Находится в {$this->getRoomName($this->room)}<br>
|
||||||
Предметы на тушке: <br>
|
Предметы на тушке: <br>
|
||||||
USERINFO;
|
USERINFO;
|
||||||
while (($items = $dressed_items->fetch_assoc()) !== null) {
|
while (($items = $dressed_items->fetch_assoc_array()) !== null) {
|
||||||
print_r($items['name']);
|
print_r($items);
|
||||||
}
|
}
|
||||||
echo $items['name'];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user