To be exact: - I don't need (but I can live with) language in URL for actions which are rendered in browser (I can store them in session/cookie) - I need language in URL for webservices or for devices with no session-id save mechanism (no cookies, no trans-sid) - in this time I'm just filtering this language part of url in app/config/routes and passing locale parameter to controller in routes - I need searching engines works well (yes, I know something about html meta tags) - I would like to use CakePHP's caching of views in multilanguage apps in future
I have all of things above (except for last one) implemented and this last one (subject of this thread) is not urgent, as I'm not in trouble with performance of this application even without caching of views (I'm using $persistModel, bind/unbindModel, cache() etc in production env). SO - I'm just collecting informations so I will be able to not fail into same trouble as some kind people in this group. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
