
Public Member Functions | |
| DiogenesDatabaseTable (&$dbh, $table) | |
Public Attributes | |
| $dbh | |
| $table | |
| $vars = array() | |
Definition at line 27 of file diogenes.database.table.inc.php.
| DiogenesDatabaseTable::DiogenesDatabaseTable | ( | &$ | dbh, | |
| $ | table | |||
| ) |
The constructor. It reads the table structure from database.
| dbh | the handle to the database | |
| table | the name of the table |
Definition at line 40 of file diogenes.database.table.inc.php.
Referenced by DiogenesTableEditor::DiogenesTableEditor().
| DiogenesDatabaseTable::$dbh |
Handle to the database
Definition at line 29 of file diogenes.database.table.inc.php.
Referenced by DiogenesDatabaseTable().
| DiogenesDatabaseTable::$table |
Name of the table
Definition at line 31 of file diogenes.database.table.inc.php.
Referenced by DiogenesTableEditor::add_join_field(), DiogenesDatabaseTable(), and DiogenesTableEditor::DiogenesTableEditor().
| DiogenesDatabaseTable::$vars = array() |
The table's columns
Definition at line 33 of file diogenes.database.table.inc.php.
1.5.1