Yet one optimization

This commit is contained in:
Alexander Kochetov
2014-01-22 18:39:53 +04:00
parent a4c8617f42
commit e1459d4037
3 changed files with 7 additions and 14 deletions

View File

@ -1,10 +1,3 @@
<?php
return [
'preload' => [
//'debug',
],
'modules' => [
// 'debug' => 'yii\debug\Module',
// 'gii' => 'yii\gii\Module',
],
];

View File

@ -1,5 +1,12 @@
<?php
return [
'preload' => [
//'debug',
],
'modules' => [
// 'debug' => 'yii\debug\Module',
// 'gii' => 'yii\gii\Module',
],
'components' => [
'db' => [
'class' => 'yii\db\Connection',

View File

@ -1,10 +1,3 @@
<?php
return [
'preload' => [
//'debug',
],
'modules' => [
// 'debug' => 'yii\debug\Module',
// 'gii' => 'yii\gii\Module',
],
];