Browse Source

link fix

tags/2.0.0-rc
Stanislav 10 years ago
parent
commit
cf990cf8df
  1. 2
      docs/guide/structure-application-components.md

2
docs/guide/structure-application-components.md

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

Loading…
Cancel
Save