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?
精彩评论