cfmgrv4 init...10

This commit is contained in:
최준흠 2025-03-17 17:18:51 +09:00
parent 870e80da78
commit d9026b41f3

View File

@ -492,6 +492,7 @@ abstract class CommonController extends BaseController
for ($i = $this->per_page; $i <= $this->total_count; $i += $this->per_page) { for ($i = $this->per_page; $i <= $this->total_count; $i += $this->per_page) {
$page_options[$i] = $i; $page_options[$i] = $i;
} }
$page_options[$this->total_count] = $this->total_count;
$this->page_options = $page_options; $this->page_options = $page_options;
// 1.Views/Pagers/에 bootstrap_full.php,bootstrap_simple.php 생성 // 1.Views/Pagers/에 bootstrap_full.php,bootstrap_simple.php 생성
// 2.app/Config/Pager.php/$templates에 'bootstrap_full => 'Pagers\bootstrap_full', // 2.app/Config/Pager.php/$templates에 'bootstrap_full => 'Pagers\bootstrap_full',