This commit is contained in:
Stanislav
2014-08-20 13:31:41 +06:00
parent 5d67ac4452
commit cf990cf8df

View File

@ -1,7 +1,7 @@
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.