Download the PHP package kejawenlab/ci4pager without Composer
On this page you can find all versions of the php package kejawenlab/ci4pager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ci4pager
CodeIgniter 4 Pagination Library
Simple and Flexible Pagination Library for CodeIgniter 4
Requirement
-
PHP 7.2 or above
- CodeIgniter v4
Installation
composer req kejawenlab/ci4pager
Usage
-
From Query Result
-
From Query Builder
- From Array
Config Available
-
base_url
: required -
current_text
: required -
total_text
: required -
use_get_param
: optional (default: true) -
page_param
: when useuse_get_param
(default: page) -
first_link_attr
: extra markup for first link (ex:class="btn btn-success" id="first-page"
) -
previous_link_attr
: extra markup for previous link -
current_link_attr
: extra markup for current link -
next_link_attr
: extra markup for next link -
last_link_attr
: extra markup for last link template_path
: optional (default: template.tpl)