I don't know if this was something to do with my setup, but I had
problems with setting the url options for pagination when using admin
routing. my pagination links were coming out /admin/users/admin_index/
page:2/search:term

I had to add an action parameter to the url options array to make it
work:

$paginator->options(array('url' => array('search'=>$search,
'action'=>'index')));

Just thought I'd post it in case someone else gets the same issue
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to