* * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ use CodeIgniter\Pager\PagerRenderer; /** * @var PagerRenderer $pager */ $pager->setSurroundCount(0); if ($pager->hasPrevious()) { echo '' . PHP_EOL; } echo '' . PHP_EOL; if ($pager->hasNext()) { echo '' . PHP_EOL; }