PHP Classes

File: config/database.php

Recommend this page to a friend!
  Classes of Vagner vinicius bispo cantuares   Simple PHP Database Manager   config/database.php   Download  
File: config/database.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Simple PHP Database Manager
Build and run SQL queries with a fluent interface
Author: By
Last change: Update of config/database.php
Date: 10 days ago
Size: 212 bytes
 

Contents

Class file image Download
<?php
return array(
'environment' => 'development',
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'dbname',
'user' => 'root',
'password' => 'root',
'prefix' => ''
);

?>