From 04d2235e32f0eff21c509e045d34c9d42d439cd2 Mon Sep 17 00:00:00 2001 From: Christopher Vrooman Date: Fri, 21 Nov 2014 12:19:23 -0300 Subject: [PATCH] Update concept-configurations.md --- docs/guide/concept-configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/concept-configurations.md b/docs/guide/concept-configurations.md index dd49665dac7..a894af6bdf6 100644 --- a/docs/guide/concept-configurations.md +++ b/docs/guide/concept-configurations.md @@ -85,7 +85,7 @@ describe application configurations and widget configurations - two major usages ### Application Configurations -Configuration for an [application](structure-applications.md) is probably one of the most complex configurations. +The configuration for an [application](structure-applications.md) is probably one of the most complex arrays in Yii. This is because the [[yii\web\Application|application]] class has a lot of configurable properties and events. More importantly, its [[yii\web\Application::components|components]] property can receive an array of configurations for creating components that are registered through the application. The following is an abstract from the application