*/ public array $templates = [ 'default_full' => 'App\Views\pager\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; }