Friday, May 23, 2008

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 ;-)

Labels: , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home