I understand this question has been asked over and over again, but I
have yet to find a solid solution to my problem.

So here it is, I have a route:
        Router::connect('/host-reviews/:host/user-reviews/:service_type/*',
array('controller' => 'user_reviews', 'action'=>'index'),
array('pass'=>array('host','service_type')));

That I would like to use with the paginator, but instead, it's
pointing me back to user_reviews (which is the controller of the user
reviews and ignoring the router.

I've already added the $paginator->options(array('url' => $this-
>passedArgs)); to no avail
(Current and Expected Result when clicking the next button on
paginator)
Current result: /user_reviews/index/SomeHost/user-reviews/managed/page:
2
Expected Result: /host-reviews/SomeHost/user-reviews/managed/page:2

Please help

Thanks,
Jake

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to