Commit a351b13e by Alexander Makarov

Merge pull request #1403 from zeeke/master

Url documentation typos
parents 123092bf 72bbc676
...@@ -2,8 +2,8 @@ URL Management ...@@ -2,8 +2,8 @@ URL Management
============== ==============
The concept of URL management in Yii fairly simple. URL management is based on the premise that the application uses internal routes and parameters The concept of URL management in Yii fairly simple. URL management is based on the premise that the application uses internal routes and parameters
everywhere. The framework itself will then translates routes into URLs, and translate URLs into routs, according to the URL manager's configuration. everywhere. The framework itself will then translates routes into URLs, and translate URLs into routes, according to the URL manager's configuration.
This approach allows you to change site-wide URLs merely by edited a single config file, without ever touching the application code. This approach allows you to change site-wide URLs merely by editing a single config file, without ever touching the application code.
Internal route Internal route
-------------- --------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment