PHP Classes

File: config/config.php

Recommend this page to a friend!
  Classes of Farzan Dalaee   PHP AJAX Folder Tree View   config/config.php   Download  
File: config/config.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP AJAX Folder Tree View
Display and manage a tree of nodes stored in MySQL
Author: By
Last change: Update of config/config.php
Date: 3 months ago
Size: 180 bytes
 

Contents

Class file image Download
<?php
   
// CONFIG DATABASE
   
define('DB_SERVER', 'localhost');
   
define('DB_USERNAME', 'root');
   
define('DB_PASSWORD', 'pass');
   
define('DB_DATABASE', 'FDTree');
?>