It seems that Paginator helper
$paginator->options(array(
'url' => array(
'controller' => 'posts',
'action' => 'view',
)));
/posts/view/page:1
Now assign a route link
Router::connect('/pagina/*', array('controller' => 'pages', 'action'
=> 'display'));
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---