PHP Classes

File: tests/configs/database.php

Recommend this page to a friend!
  Classes of Andre Roque Filipe   Config4all   tests/configs/database.php   Download  
File: tests/configs/database.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Config4all
Load configuration files in multiple formats
Author: By
Last change: Update of tests/configs/database.php
Date: 6 months ago
Size: 116 bytes
 

Contents

Class file image Download
<?php

return array (
 
'host' => 'localhost',
 
'name' => 'config4all',
 
'user' => 'root',
 
'pass' => 'xpto',
);