Commit 04d2235e by Christopher Vrooman

Update concept-configurations.md

parent bc4a12f1
...@@ -85,7 +85,7 @@ describe application configurations and widget configurations - two major usages ...@@ -85,7 +85,7 @@ describe application configurations and widget configurations - two major usages
### Application Configurations <a name="application-configurations"></a> ### Application Configurations <a name="application-configurations"></a>
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. 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 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 for creating components that are registered through the application. The following is an abstract from the application
......
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