I have page with URL something like below: something.com/products/viewall/1
"1" in the end of URL is for product category, and there are many products lists on one page and I used pagination to separate pages. First page looks ok but pagination link doesn't work because link is created: "something.com/products/viewall/page:2" URL is missing category id. How can I keep category id and still I can use cakephp pagination? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
