私が呼び出すビューで:
<?php echo $this->paginationcontrol($paginator,'Jumping','pagination')?>
それは動作しますが、pagination.phtml 内で paginatorcontrol が呼び出します:
<a href="<?php echo $this->url($this->route, array('page' => $this->first)); ?>">
First
$this->route が機能していません。なぜ空なのですか?
paginationcontrol() 内を渡す必要がありますか?
前もって感謝します。