Paginator and multi language
Guys! I have real trouble with multi-languages site and
echo $paginator->next(...)
I made Routes like:
/:lang/:controller/:action/*
Nice? Nice!
But paginator don't want made url like this ;-(
Even in latest trunk version, when I made
array ('url' => array ('lang' => 'uk'))...
in parameters, I got:
/controller/action/uk/...
How I can get url like this:
/uk/controller/action/... ??
UPDATE: I found a lot useless Routes in my routes.php. Now all work nice ;-)
echo $paginator->next(...)
I made Routes like:
/:lang/:controller/:action/*
Nice? Nice!
But paginator don't want made url like this ;-(
Even in latest trunk version, when I made
array ('url' => array ('lang' => 'uk'))...
in parameters, I got:
/controller/action/uk/...
How I can get url like this:
/uk/controller/action/... ??
UPDATE: I found a lot useless Routes in my routes.php. Now all work nice ;-)
Labels: bug, pagination, paginator