Browse Source

Merge pull request #1403 from zeeke/master

Url documentation typos
tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
a351b13eef
  1. 4
      docs/guide/url.md

4
docs/guide/url.md

@ -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
-------------- --------------

Loading…
Cancel
Save