CUrlRule
CUrlRule
Package | system.web |
---|---|
Inheritance | class CUrlRule » CBaseUrlRule » CComponent |
Since | 1.0 |
Source Code | framework/web/CUrlManager.php |
CUrlRule represents a URL formatting/parsing rule.
It mainly consists of two parts: route and pattern. The former classifies the rule so that it only applies to specific controller-action route. The latter performs the actual formatting and parsing role. The pattern may have
It mainly consists of two parts: route and pattern. The former classifies the rule so that it only applies to specific controller-action route. The latter performs the actual formatting and parsing role. The pattern may have