PHP Classes

File: config/db.php

Recommend this page to a friend!
  Classes of Uldis Nelsons   YII2 Framework PHP Init   config/db.php   Download  
File: config/db.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: YII2 Framework PHP Init
Create a project based on the YII2 from template
Author: By
Last change:
Date: 2 years ago
Size: 185 bytes
 

Contents

Class file image Download
<?php

return [
   
'class' => 'yii\db\Connection',
   
'dsn' => 'mysql:host=localhost;dbname=yii2basic',
   
'username' => 'root',
   
'password' => '111',
   
'charset' => 'utf8',
];