Commit c3c6e43c by Alexander Makarov

Merge pull request #4765 from sklyukin/patch-1

link fix
parents 5d67ac44 cf990cf8
Application Components Application Components
====================== ======================
Applications are [service locators](concept-service-locators.md). They host a set of the so-called Applications are [service locators](concept-service-locator.md). They host a set of the so-called
*application components* that provide different services for processing requests. For example, *application components* that provide different services for processing requests. For example,
the `urlManager` component is responsible for routing Web requests to appropriate controllers; the `urlManager` component is responsible for routing Web requests to appropriate controllers;
the `db` component provides DB-related services; and so on. the `db` component provides DB-related services; and so on.
......
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