Ok I managed to get all my pagination up and running the way I needed.
The only thing left is removing /page:3 to only display /3
Router::connect('/bookmarks/index/:id_key/*', array('controller' =>
'bookmarks', 'action' => 'index'),array('id_key' => '[-_A-Za-z0-9]+','pass'
=> array('id_key')));
How do I remove "page" from the URL?
Thanks again everyone
Dave
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---