hey everyone, i am getting a problem with my pagination as-- i have a route like www.abc.com/param1/ and www.abc.com/param1/param2
but when i paginate my routes then in the first case i easily get www.abc.com/param1/page:1 but when i aplly it to the second case then my route breaks and it shows like www.abc.com/param1/page:1 and this comes everytime i have two params in my route. How to tackle the prob like this??? My logic has been simple as i call in my view the $paginator->options whenever the particular param is set.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
