PHP Classes

File: app/config/config.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   MyDreamLife.eu   app/config/config.php   Download  
File: app/config/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: MyDreamLife.eu
Plan a life change to a different country
Author: By
Last change:
Date: 1 year ago
Size: 217 bytes
 

Contents

Class file image Download
<?php

/** @var $config Database details */
$config = [
   
'db' => [
       
'dbHost' => 'localhost',
       
'dbUser' => 'YOUR-DB-USER',
       
'dbPass' => 'YOUR-DB-PWD',
       
'dbName' => 'YOUR-DB-NAME'
   
]
];