PHP Classes

File: tests/unit/Config/db.php

Recommend this page to a friend!
  Classes of Smoren Freelight   Yii2 Query Relation Manager   tests/unit/Config/db.php   Download  
File: tests/unit/Config/db.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Yii2 Query Relation Manager
Run queries to model objects using filters
Author: By
Last change: Update of tests/unit/Config/db.php
Date: 1 year ago
Size: 214 bytes
 

Contents

Class file image Download
<?php

return [
   
'class' => 'yii\db\Connection',
   
'dsn' => 'mysql:host=127.0.0.1;dbname=yii2_query_relation_manager_test',
   
'username' => 'user',
   
'password' => '123456789',
   
'charset' => 'utf8',
];