Update structure-applications.md

修改为中文翻译
This commit is contained in:
lisgroup
2017-09-15 14:59:04 +08:00
committed by GitHub
parent 4d4a0be5bc
commit b99628c6d2

View File

@ -129,7 +129,7 @@ $config = require(__DIR__ . '/../config/web.php');
'level' => 3, 'level' => 3,
], ],
// 无名称函数        // 匿名函数
function () { function () {
return new app\components\Profiler(); return new app\components\Profiler();
} }
@ -192,7 +192,7 @@ if (YII_ENV_DEV) {
] ]
``` ```
> Info: Debug panel on development environment will not work when this property is enabled. > Info: 当开启这个属性时,开发环境下的调试面板将不能工作。
#### [[yii\base\Application::components|components]] <span id="components"></span> #### [[yii\base\Application::components|components]] <span id="components"></span>