openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 33a913c68932e4c76796856c0899f59874fa42fd
parent a300efd75a408b89986c7f92c0e47e379dbf4dae
Author: dankert <devnull@localhost>
Date:   Sat,  4 Sep 2010 00:50:27 +0200

Nur Kommentare...

Diffstat:
functions/db.inc.php | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/functions/db.inc.php b/functions/db.inc.php @@ -23,6 +23,12 @@ // require( 'serviceClasses/Sql.class.php'); +/** + * Liefert alle Tabellennamen zur aktuellen Datenbankverbindung. + * + * @param int $dbid + * @return Array Schlüssel=log. Tabellenname, Werte=Phys. Tabellennamen + */ function table_names( $dbid ) { $t = array(); @@ -78,6 +84,11 @@ function table_names( $dbid ) +/** + * Liefert die Datenbankverbindung fuer die aktuelle Sitzung. + * + * @return Db + */ function db_connection() {