开发者

Zend paginator view file not working

I'm trying to implement the paginator into my website.

Everything works until it hits this line

<?php echo $this->paginationControl($this->paginator, 'sliding', 'pagination.phtml'); ?>

For some reason it can't get to my pagination.phtml file开发者_Python百科. There's nothing wrong with my $this->paginator because I used it in a foreach loop before this line.

The pagination.phtml file is located at application/views/pagination.phtml.

Does someone know what I'm doing wrong?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜