質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -61,12 +61,12 @@
|
|
61
61
|
require_once dirname(__FILE__).'/../model/Item.class.php';
|
62
62
|
|
63
63
|
// ログイン状態の確認
|
64
|
-
$
|
64
|
+
$sessionCheck = new Session();
|
65
|
-
$
|
65
|
+
$sessionCheck->createNavButtonForController();
|
66
66
|
|
67
67
|
// データベースの接続
|
68
|
-
$
|
68
|
+
$connect = new connectMySQL();
|
69
|
-
$stmt = $
|
69
|
+
$stmt = $connect->prepareAndExcuteSqlForItemList();
|
70
70
|
|
71
71
|
$item = new Item();
|
72
72
|
$item->dispItemlist($stmt);
|