Sequenzia/app/views/tag/_alpha_paginator.php

4 lines
212 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<?php foreach (range('a', 'z') as $letter) : ?>
<?= $this->linkTo($letter, ['action' => "index", 'type' => $this->params()->type, 'order' => $this->params()->order, 'letter' => $letter]) ?>
<?php endforeach ?>