make class greater
This commit is contained in:
parent
8b35012f8e
commit
01c6eb5d91
6
test.php
6
test.php
@ -30,9 +30,9 @@ while ($row = $result->fetch_assoc()) {
|
|||||||
$iteminfo[] = new ShopItem($row);
|
$iteminfo[] = new ShopItem($row);
|
||||||
}
|
}
|
||||||
|
|
||||||
while ($row = $result2->fetch_assoc()) {
|
//while ($row = $result2->fetch_assoc()) {
|
||||||
$iteminfo[] = new InventoryItem($row);
|
// $iteminfo[] = new InventoryItem($row);
|
||||||
}
|
//}
|
||||||
|
|
||||||
echo "<table width='100%'>";
|
echo "<table width='100%'>";
|
||||||
foreach ($iteminfo as $ii) {
|
foreach ($iteminfo as $ii) {
|
||||||
|
Loading…
Reference in New Issue
Block a user