From f121a601b73c9be83b4da639ea254ad119dab5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Wed, 30 Mar 2022 19:35:13 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/about/index.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/about/index.php b/src/about/index.php index 9f85989..1673e49 100644 --- a/src/about/index.php +++ b/src/about/index.php @@ -2,12 +2,5 @@ $title = 'helperテスト'; $childview = '../ui/about/index.php'; - // まだテストしませんでしたので、コメアウトしました。Not yet tested, so it is comentout. - // $data = [ - // 'select' => ['id', 'name'], - // 'where' => ['id', 1] - // ]; - // $dbres = lolidb('example', $data, 'one'); - // dd($dbres); dd($title); ?>