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