I've got a site with a fairly complicated routing system, and I'm
trying to work with the pagination helper, but I can't seem to get it
on my side.  My basic route structure is like so:

$Route::connect('/:forum/:community_id/:controller/:action/*', null,
array('community_id' => '[0-9]+'));
$Route::connect('/:forum/:controller/:action/*');

The pagination sort, prev, and next functions all want to send
to /:community/:action/* despite the custom routing, and my attempts
to write custom code have failed because with my configuration, even /
research/publications/index/page:2 doesn't actually change the
pagination page -- is there something being stored in the session or
something that I need to deal with here?

Is there a way to get the pagination helper to map my routes
properly?  Any help would be most appreciated.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to