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: , ,

Monday, May 12, 2008

Tags cloud

I suddenly had problem with my posts_tag table.

I don't know why, but yesterday I found this talbe empty. Not so empty, but table must have around 400-500 record. She has 27.

Yep I recover this table from field Post['tags']

But why this table was empty? I don't understand ;-(

You have any idea?

Labels: ,