When I use two (three) language, my Routes look like:
/:lang/:controller/:action/
But, How to setup helper paginator for creating url like this?
$paginator->next(__('next', true).' >>', array('url' => array($lang)),
null, array('class'=>'disabled'));?>
Made url like (for example):
/members/index/$lang...
But how make:
/lang/members/index...?
Any Idea?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---