*/ public array $templates = [ 'default_full' => 'CodeIgniter\Pager\Views\default_full', 'default_simple' => 'CodeIgniter\Pager\Views\default_simple', 'default_head' => 'CodeIgniter\Pager\Views\default_head', ]; /** * -------------------------------------------------------------------------- * Items Per Page * -------------------------------------------------------------------------- * * The default number of results shown in a single page. */ public int $perPage = 20; /** * -------------------------------------------------------------------------- * Bootstrap 3 pagination links styling * -------------------------------------------------------------------------- * * Source code from http://stackoverflow.com/questions/20088779/bootstrap-3-pagination-with-codeigniter */ public $config = [ 'full_tag_open' => '