Go to the source code of this file.
Variables | |
PgDbConn | |
table = new Pgtable($PgDbConn, "../conf/pgtbconf.ini") |
|
Initial value: pg_connect( "dbname=".$CONFIG["DB"][DBNAME]. " user=".$CONFIG["DB"]['USER']. " password=".$CONFIG["DB"][PASSWORD]. " host=".$CONFIG["DB"]['HOST'] ) or die("Can't connect!") Definition at line 6 of file tables.php. |
|