Welcome Guest, Not a member yet? Register   Sign In
Pager->links customization
#7

You need to check only two files.

Config:
PHP Code:
<?php

namespace Config;

use 
CodeIgniter\Config\BaseConfig;

class 
Pager extends BaseConfig
{
    public $templates = [
        'default_full'  => 'CodeIgniter\Pager\Views\default_full',
        'default_simple' => 'CodeIgniter\Pager\Views\default_simple',
        'front_full'    => 'App\Views\Pagers\foundation_full',
    ];

    // ...


View:
PHP Code:
<?= $pager->links('group1''front_full'?>
Reply


Messages In This Thread
Pager->links customization - by humbucker - 02-25-2023, 10:22 AM
RE: Pager->links customization - by kenjis - 02-25-2023, 11:59 PM
RE: Pager->links customization - by humbucker - 02-26-2023, 12:02 AM
RE: Pager->links customization - by kenjis - 02-26-2023, 12:12 AM
RE: Pager->links customization - by InsiteFX - 02-26-2023, 12:24 AM
RE: Pager->links customization - by humbucker - 02-26-2023, 12:55 AM
RE: Pager->links customization - by kenjis - 02-26-2023, 01:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB