'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=',
'username' => '',
'password' => '',
'charset' => 'utf8',
],
'mailer' => [
'class' => 'yii\swiftmailer\Mailer',
'viewPath' => '@common/mail',
],
],
];
'components' => [ 'db' => [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=localhost;dbname=', 'username' => '', 'password' => '', 'charset' => 'utf8', 'ablePrefix' => 'tbl_', ], 'mailer' => [ 'class' => 'yii\swiftmailer\Mailer', 'viewPath' => '@common/mail', ], ], ];
Обсуждают сегодня