advanced language router

2010-01-12 Thread furionn
Hi all. I have this router: '[a-z]{2}') ); ?> which made url like this: www.site.com/en/pages/view/1 how to hide controller,action, id that url was: www.site.com// Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You r

Re: strange behavior of renderElement

2009-03-24 Thread furionn
>>Dr. Loboto Yes, i forget echo =) --~--~-~--~~~---~--~~ 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 unsubscribe from this group, send email to cake-p

Re: Problems with Translate Behaviour in Firefox and Internet Explorer (country code)

2009-03-24 Thread furionn
>>IE: Select where AND `I18n__description`.`locale` = 'deu' >>FFx: Select where AND `I18n__description`.`locale` = 'de_de' first 2 symbols are same try >>IE: Select where AND `I18n__description`.`locale` = 'de%' >>FFx: Select where AND `I18n__description`.

htaccess trouble

2009-03-24 Thread furionn
Hi all, Somebody can help me with .htaccess ? i have file structure: /var/www/ /site(cakephp) /forum What need to write in .htaccess to www.site.com/forum does not show an error ? P.S. Sorry for my bad english --~--~-~--~~~---~--~~ You recei

strange behavior of renderElement

2009-03-17 Thread furionn
Hi all! Here is my code: Controller: == News->findAll(); if(isset($this->params['requested'])) { return $news; } $this->set('news', $news); } } ?> Element: = requestAction('news/newsLeft