Wednesday, October 16, 2013

Pagination Help

Now this used to work, but now it does not…. Not sure what happened.

 

I have standard pagination but offer the ability to paginate listings based on "featured".

 

<?php $this->Paginator->options(array('url'=> array($this->params['pass'])));?>

 

So if "featured" was passed it would then only display featured listings and paginate correct.

 

Now it just defaults back to standard (non-featured) listings. Initial page of featured is fine but all the pagination links do not continue to carry the listings/featured/page:xxx it goes to listings/page:xxx

 

Any insight would be great.

 

Version 2.3.8

 

Thanks,

Dave

No comments: