Login   Register  
PHP Classes
elePHPant
Icontem

File: sysconfig.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of saulo hernandez  >  DBGridMx  >  sysconfig.php  >  Download  
File: sysconfig.php
Role: Configuration script
Content type: text/plain
Description: connection configuration
Class: DBGridMx
Show and manipulate MySQL records in a table grid
Author: By
Last change:
Date: 2012-11-01 13:21
Size: 233 bytes
 

Contents

Class file image Download
<?php
// Database connection info
define("CONN_HOST""localhost"TRUE);
define("CONN_PORT"3306TRUE);
define("CONN_USER""root"TRUE);
define("CONN_PASS""toshiro.99"TRUE);
define("CONN_DB""testdbgrid"TRUE);
?>