Update DB.class.php

This commit is contained in:
Andros Fenollosa 2014-07-21 12:14:50 +02:00
parent b9bdc4c96b
commit 995bcdd92b

View File

@ -8,9 +8,9 @@ class DB {
//Variables //Variables
public static $DB_HOST = 'localhost'; public static $DB_HOST = 'localhost';
public static $DB_USER = 'root'; public static $DB_USER = 'root';
public static $DB_PASS = '9578'; public static $DB_PASS = '';
public static $DB_TYPE = 'mysql'; public static $DB_TYPE = 'mysql';
public static $DB_NOM = 'logrosDeLaVida'; public static $DB_NOM = 'nombre base de datos';
private $sQuery; private $sQuery;
private $aRows = array(); private $aRows = array();
private $conn; private $conn;
@ -79,4 +79,4 @@ class DB {
} }
} }
?> ?>