PHP Classes

File: config/database.php

Recommend this page to a friend!
  Classes of Jonathan Alexey   JFWork   config/database.php   Download  
File: config/database.php
Role: Configuration script
Content type: text/plain
Description: Auxiliary script
Class: JFWork
Tiny framework based on the MVC design pattern
Author: By
Last change: Update of config/database.php
Date: 3 years ago
Size: 252 bytes
 

Contents

Class file image Download
<?php

// Database connection
$database['default']['username'] = '';
$database['default']['password'] = '';
$database['default']['database'] = '';
$database['default']['persiste'] = TRUE;

// Default database connection
$default_group = 'default';


?>