This extension is ...
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
See the following code example:
'urlManager'=>array(
'class'=>'application.extensions.urlManager.JUrlManager',
'urlFormat'=>'path',
'rules'=> include dirname(__FILE__).DIRECTORY_SEPARATOR.'routes.php',
'showScriptName'=>false,
),
Change Log ¶
February 23, 2010 ¶
- Initial release.
to scoob.junior
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
missing usage and documentation
hey, thanks for sharing, but, what is it for? is there any docs available somewhere?
thanks
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.