* array( * 'articles'=>'article/list', * 'article//*'=>'article/read', * ) *
* array( * '<_c:(post|comment)>//<_a:(create|update|delete)>'=>'<_c>/<_a>', * '<_c:(post|comment)>/'=>'<_c>/view', * '<_c:(post|comment)>s/*'=>'<_c>/list', * ) *
http://admin.example.com/en/profile
user=admin
lang=en
* array( * 'http://.example.com//profile' => 'user/profile', * ) *
* array( * // a standard rule * '' => 'site/', * // a custom rule using data in DB * array( * 'class' => 'application.components.MyUrlRule', * 'connectionID' => 'db', * ), * ) *