Re: problem with links helper

2010-11-13 Thread Dobrogor
Thanks Mattijs!!! Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubsc

Re: problem with links helper

2010-11-13 Thread Mattijs
The html::link function will remove special characters by default, you could try setting the escape option to false. Html->link('Работы', array('controller' => 'art_works', 'action' => 'show'), array('escape' => false)) ?> On 13 nov, 00:04, Dobrogor wrote: > Hi all! > I have a little problem. >

problem with links helper

2010-11-12 Thread Dobrogor
Hi all! I have a little problem. I want to use russian languale at my links in main menu. I create my links with html helper. For example, if i write in code Html->link('Works', array('controller' => 'art_works', 'action' => 'show')) ?> output will be like this Works Its work fine. 'test' - its