Main Page   Compound List   File List   Compound Members   File Members  

tables.php File Reference

Go to the source code of this file.

Variables

 PgDbConn
 table = new Pgtable($PgDbConn, "../conf/pgtbconf.ini")


Variable Documentation

PgDbConn
 

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.

table = new Pgtable($PgDbConn, "../conf/pgtbconf.ini")
 

Definition at line 16 of file tables.php.

Referenced by Pgtable::alter_display(), Pgtable::auto_join(), Pgtable::auto_join_query(), Pgdb::checkUploadedFile(), Pgdb::get_foreign_keys(), get_table_attributes(), Pgtable::join_child(), Pgtable::join_parent(), Pgtable::parse_data_in(), Pgtable::set_priority(), Pgdb::set_value_from_pkey(), and Pgtable::view_edit().


Generated on Mon Nov 29 01:21:59 2004 for phpPgWeb by doxygen1.2.18