I guess an explanation of how to get a custom prefix with the url()
helper function would set me straight also, since this uses the same
array options.

I just need to understand how to make sure an array parameter gets to
the beginning of the url rather than the end.

Thanks

On Apr 14, 11:47 am, "Chowsapal" <[EMAIL PROTECTED]> wrote:
> 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