Тесты

This commit is contained in:
lopar 2018-01-29 13:46:05 +02:00
parent ec7e82d47b
commit 47e13859f4
1 changed files with 3 additions and 1 deletions

View File

@ -5,5 +5,7 @@ $items = db::c()->query('SELECT `id`, `name`, `img`, `duration`, `maxdur`,
`bron1`, `bron2`, `bron3`, `bron4`,
type, prototype, otdel
FROM inventory WHERE owner = 10736 AND dressed = 1')->fetch_assoc();
while ($items) {
$items['id'] = $items;
}
print_r($items);