PHP Classes

File: config.ORM.php

Recommend this page to a friend!
  Classes of Liber Fernández Gribov   Liber ORM   config.ORM.php   Download  
File: config.ORM.php
Role: Configuration script
Content type: text/plain
Description: Configuration file
Class: Liber ORM
Store and retrieve objects from database records
Author: By
Last change:
Date: 14 years ago
Size: 303 bytes
 

Contents

Class file image Download
<?php
//English: Configurations parameters, the constant names are self descriptive
//Spanish: Parametros de configuración, los nombres de las constantes son auto descriptivos
define("ORM_USER", "root");
define("ORM_PASS", "");
define("ORM_HOST", "localhost");
define("ORM_DB", "dummy");
?>