UrlManager Object
(
    [_e:CComponent:private] => 
    [_m:CComponent:private] => 
    [behaviors] => Array
        (
        )

    [_initialized:CApplicationComponent:private] => 1
    [rules] => Array
        (
            [] => site/index
            [.well-known/change-password] => site/forget-password
            [] => site/
            [///*] => shop/category
            [/category//*] => blog/index
            [//*] => /view
            [///*] => /
            [//*] => /
            [/] => /
            [///*] => /
        )

    [urlSuffix] => 
    [showScriptName] => 
    [appendParams] => 1
    [routeVar] => r
    [caseSensitive] => 1
    [matchValue] => 
    [cacheID] => cache
    [useStrictParsing] => 
    [urlRuleClass] => CUrlRule
    [_urlFormat:CUrlManager:private] => path
    [_rules:CUrlManager:private] => Array
        (
            [0] => CUrlRule Object
                (
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                    [hasHostInfo] => 
                    [urlSuffix] => 
                    [caseSensitive] => 
                    [defaultParams] => Array
                        (
                        )

                    [matchValue] => 
                    [verb] => 
                    [parsingOnly] => 
                    [route] => site/index
                    [references] => Array
                        (
                        )

                    [routePattern] => 
                    [pattern] => /^\/$/u
                    [template] => 
                    [params] => Array
                        (
                        )

                    [append] => 
                )

            [1] => CUrlRule Object
                (
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                    [hasHostInfo] => 
                    [urlSuffix] => 
                    [caseSensitive] => 
                    [defaultParams] => Array
                        (
                        )

                    [matchValue] => 
                    [verb] => 
                    [parsingOnly] => 
                    [route] => site/forget-password
                    [references] => Array
                        (
                        )

                    [routePattern] => 
                    [pattern] => /^\.well\-known\/change\-password\/$/u
                    [template] => .well-known/change-password
                    [params] => Array
                        (
                        )

                    [append] => 
                )

            [2] => CUrlRule Object
                (
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                    [hasHostInfo] => 
                    [urlSuffix] => 
                    [caseSensitive] => 
                    [defaultParams] => Array
                        (
                        )

                    [matchValue] => 
                    [verb] => 
                    [parsingOnly] => 
                    [route] => site/
                    [references] => Array
                        (
                            [action] => 
                        )

                    [routePattern] => /^site\/(?P(index|about|provision|store-shuter|store-student|register|register-finish|login|logout))$/u
                    [pattern] => /^(?P(index|about|provision|store-shuter|store-student|register|register-finish|login|logout))\/$/u
                    [template] => 
                    [params] => Array
                        (
                        )

                    [append] => 
                )

            [3] => CUrlRule Object
                (
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                    [hasHostInfo] => 
                    [urlSuffix] => 
                    [caseSensitive] => 
                    [defaultParams] => Array
                        (
                        )

                    [matchValue] => 
                    [verb] => 
                    [parsingOnly] => 
                    [route] => shop/category
                    [references] => Array
                        (
                        )

                    [routePattern] => 
                    [pattern] => /^(?Pshop)\/(?Pcategory)\/(?P\d+)\//u
                    [template] => //
                    [params] => Array
                        (
                            [controller] => shop
                            [action] => category
                            [catid] => \d+
                        )

                    [append] => 1
                )

            [4] => CUrlRule Object
                (
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                    [hasHostInfo] => 
                    [urlSuffix] => 
                    [caseSensitive] => 
                    [defaultParams] => Array
                        (
                        )

                    [matchValue] => 
                    [verb] => 
                    [parsingOnly] => 
                    [route] => blog/index
                    [references] => Array
                        (
                        )

                    [routePattern] => 
                    [pattern] => /^(?Pblog)\/category\/(?P\d+)\//u
                    [template] => /category/
                    [params] => Array
                        (
                            [controller] => blog
                            [id] => \d+
                        )

                    [append] => 1
                )

            [5] => CUrlRule Object
                (
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                    [hasHostInfo] => 
                    [urlSuffix] => 
                    [caseSensitive] => 
                    [defaultParams] => Array
                        (
                        )

                    [matchValue] => 
                    [verb] => 
                    [parsingOnly] => 
                    [route] => /view
                    [references] => Array
                        (
                            [controller] => 
                        )

                    [routePattern] => /^(?P\w+)\/view$/u
                    [pattern] => /^(?P\w+)\/(?P\d+)\//u
                    [template] => /
                    [params] => Array
                        (
                            [id] => \d+
                        )

                    [append] => 1
                )

            [6] => CUrlRule Object
                (
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                    [hasHostInfo] => 
                    [urlSuffix] => 
                    [caseSensitive] => 
                    [defaultParams] => Array
                        (
                        )

                    [matchValue] => 
                    [verb] => 
                    [parsingOnly] => 
                    [route] => /
                    [references] => Array
                        (
                            [controller] => 
                            [action] => 
                        )

                    [routePattern] => /^(?P\w+)\/(?P\w+)$/u
                    [pattern] => /^(?P\w+)\/(?P\w+)\/(?P\d+)\//u
                    [template] => //
                    [params] => Array
                        (
                            [id] => \d+
                        )

                    [append] => 1
                )

            [7] => CUrlRule Object
                (
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                    [hasHostInfo] => 
                    [urlSuffix] => 
                    [caseSensitive] => 
                    [defaultParams] => Array
                        (
                        )

                    [matchValue] => 
                    [verb] => 
                    [parsingOnly] => 
                    [route] => /
                    [references] => Array
                        (
                            [controller] => 
                            [action] => 
                        )

                    [routePattern] => /^(?P\w+)\/(?P\w+)$/u
                    [pattern] => /^(?P\w+)\/(?P\w+)\//u
                    [template] => /
                    [params] => Array
                        (
                        )

                    [append] => 1
                )

            [8] => CUrlRule Object
                (
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                    [hasHostInfo] => 
                    [urlSuffix] => 
                    [caseSensitive] => 
                    [defaultParams] => Array
                        (
                        )

                    [matchValue] => 
                    [verb] => 
                    [parsingOnly] => 
                    [route] => /
                    [references] => Array
                        (
                            [controller] => 
                            [action] => 
                        )

                    [routePattern] => /^(?P[\w\-]+)\/(?P[\w\-]+)$/u
                    [pattern] => /^(?P[\w\-]+)\/(?P[\w\-]+)\/$/u
                    [template] => /
                    [params] => Array
                        (
                        )

                    [append] => 
                )

            [9] => CUrlRule Object
                (
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                    [hasHostInfo] => 
                    [urlSuffix] => 
                    [caseSensitive] => 
                    [defaultParams] => Array
                        (
                        )

                    [matchValue] => 
                    [verb] => 
                    [parsingOnly] => 
                    [route] => /
                    [references] => Array
                        (
                            [controller] => 
                            [action] => 
                        )

                    [routePattern] => /^(?P[\w\-]+)\/(?P[\w\-]+)$/u
                    [pattern] => /^(?P[\w\-]+)\/(?P[\w\-]+)\/(?P\d+)\//u
                    [template] => //
                    [params] => Array
                        (
                            [id] => \d+
                        )

                    [append] => 1
                )

        )

    [_baseUrl:CUrlManager:private] => 
)