PHP Classes

File: example/config.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP Database Migration   example/config.php   Download  
File: example/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Database Migration
Run database schema database migration operations
Author: By
Last change:
Date: 1 year ago
Size: 127 bytes
 

Contents

Class file image Download
<?php

// Database Settings

$config = [
   
'DB_HOST' => '',
   
'DB_USER' => '',
   
'DB_PASS' => '',
   
'DB_NAME' => ''
];