1, 'total_pages' => 1, 'per_page' => 10, 'total_items' => 0 ], $pagination); // Start output buffering to capture HTML ob_start(); ?>
20): ?> 4 && $current > 3): ?> ... 2 && $current < $total - 1): ?> 4 && $current < $total - 2): ?> ... 2): // Don't duplicate first 2 pages ?>
per page
Showing - of items
1, 'total_pages' => 1, 'per_page' => 10, 'total_items' => 0 ]; $module = $module ?? ''; $tab = $tab ?? ''; // Debug state: Pagination HTML rendered if (function_exists('igny8_debug_state')) { igny8_debug_state('PAGINATION_HTML_RENDERED', true, 'Pagination HTML rendered for ' . $table_id); } ?>