PHP Classes

File: config.simpleql.php

Recommend this page to a friend!
  Classes of Luis Macayo   SimpleQL   config.simpleql.php   Download  
File: config.simpleql.php
Role: Configuration script
Content type: text/plain
Description: simpleql config file
Class: SimpleQL
Perform common MySQL database access operations
Author: By
Last change:
Date: 9 years ago
Size: 205 bytes
 

Contents

Class file image Download
<?php

/**
 * @file
 * A single location to store configuration.
 */


define('NOMBRE_BD', '');
define('USUARIO_BD', '');
define('PASSWORD_BD', '');
define('SERVIDOR_BD', 'localhost');



?>