|
Umfragen
|
Go to the source code of this file.
Variables | |
| $db = new db( DB_USER, DB_PASS, DB_DATABASE, DB_HOST ) | |
| $sqh = $dbh->query("SHOW TABLES FROM `umfragen`") | |
| $rows = $sqh->fetchAll(PDO::FETCH_ASSOC) | |
| $tables = array() | |
| foreach($rows as $r) | foreach ($tables as $table) |
Definition at line 30 of file update_db.php.
| $rows = $sqh->fetchAll(PDO::FETCH_ASSOC) |
Definition at line 150 of file update_db.php.
| $sqh = $dbh->query("SHOW TABLES FROM `umfragen`") |
Definition at line 149 of file update_db.php.
| $tables = array() |
Definition at line 151 of file update_db.php.
| foreach ($rows as $r) foreach($tables as $table) |
Definition at line 156 of file update_db.php.