This extension is ...
protected/extensionsSee the following code example:
'urlManager'=>array( 'class'=>'application.extensions.urlManager.JUrlManager', 'urlFormat'=>'path', 'rules'=> include dirname(__FILE__).DIRECTORY_SEPARATOR.'routes.php', 'showScriptName'=>false, ),
Total 2 comments
just like documentation, you can use JUrlManager
you can change language in url, like: http://abc.com/product/index?lang=zh_cn
when url without lang parameter, it will be find the language in cookie, if not find, will use preferred language
hey, thanks for sharing, but, what is it for? is there any docs available somewhere?
thanks
Leave a comment
Please login to leave your comment.