Main Page   Compound List   File List   Compound Members   File Members  

index.php File Reference

Go to the source code of this file.

Variables

 PgDbConn
 table_list = get_tables($PgDbConn)
 tables = array_to_html($tables,0,2,false)
 title = "table lists"


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 index.php.

table_list = get_tables($PgDbConn)
 

Definition at line 16 of file index.php.

tables = array_to_html($tables,0,2,false)
 

Definition at line 24 of file index.php.

title = "table lists"
 

Definition at line 25 of file index.php.

Referenced by Pgtable::actions(), Pgtable::order(), and search_bar().


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