Login   Register  
PHP Classes
elePHPant
Icontem

File: config.ORM.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2010-06-11 05:30
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");
?>