From d9026b41f35a8efdae3ade8476e4eb395019db20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 17 Mar 2025 17:18:51 +0900 Subject: [PATCH] cfmgrv4 init...10 --- app/Controllers/CommonController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Controllers/CommonController.php b/app/Controllers/CommonController.php index cb7bdd7..515461a 100644 --- a/app/Controllers/CommonController.php +++ b/app/Controllers/CommonController.php @@ -492,6 +492,7 @@ abstract class CommonController extends BaseController for ($i = $this->per_page; $i <= $this->total_count; $i += $this->per_page) { $page_options[$i] = $i; } + $page_options[$this->total_count] = $this->total_count; $this->page_options = $page_options; // 1.Views/Pagers/에 bootstrap_full.php,bootstrap_simple.php 생성 // 2.app/Config/Pager.php/$templates에 'bootstrap_full => 'Pagers\bootstrap_full',