From 3e8ba6a2eb1bf90baafa9a61ca9ad1062af6a683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0git=20config=20git=20config=20-?= =?UTF-8?q?-helpgit=20config=20--global=20user=2Ename=20=EC=B5=9C=EC=A4=80?= =?UTF-8?q?=ED=9D=A0?= Date: Sat, 5 Aug 2023 08:41:02 +0900 Subject: [PATCH] shoppingmallv2 init... --- app/Controllers/BaseController.php | 6 +++--- app/Views/front/board/index.php | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/Controllers/BaseController.php b/app/Controllers/BaseController.php index 96a1386..368dff3 100644 --- a/app/Controllers/BaseController.php +++ b/app/Controllers/BaseController.php @@ -531,8 +531,8 @@ abstract class BaseController extends Controller //Totalcount 처리 $this->index_setCondition(); $this->_viewDatas['total_count'] = $this->_model->countAllResults(); - echo $this->_model->getLastQuery(); - echo "
"; + // echo $this->_model->getLastQuery(); + // echo "
"; // log_message("debug", __METHOD__ . "에서 TotalCount 호출:" . $this->_model->getLastQuery()); //Page, Per_page필요부분 $this->_viewDatas['page'] = (int)$this->request->getVar('page') ?: 1; @@ -547,7 +547,7 @@ abstract class BaseController extends Controller $this->_viewDatas['pagination'] = $this->index_getPagination(); //모델 처리 $this->_viewDatas['entitys'] = $this->index_getEntitys(); - echo $this->_model->getLastQuery(); + // echo $this->_model->getLastQuery(); // log_message("debug", __METHOD__ . "에서 findAll 호출:" . $this->_model->getLastQuery()); //setting return_url to session flashdata helper(['form']); diff --git a/app/Views/front/board/index.php b/app/Views/front/board/index.php index f669bd0..1996cb5 100644 --- a/app/Views/front/board/index.php +++ b/app/Views/front/board/index.php @@ -1,6 +1,7 @@ extend('layouts/front') ?> section('content') ?>
+
getHead()) ?>
"get")) ?>
+
getTail()) ?>
endSection() ?> \ No newline at end of file