I have made an app using pagination. Recently I discovered that the links generated isn't valid for some use. e.g. http://example.com/categories/view/1 is the page refering to using 'categories' controller's 'view' action, listing information for category_id = 1.
Now I want to apply pagination for this page, using $paginator- >next(), but the link points to http://example.com/categories/view/page:2 which is not what I really wanted. What I want is something like http://example.com/categories/view/1/page:2. How can I achieve this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
