Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$tables | |
$header = '<tr><th>' . elgg_echo('admin:statistics:database:table') . '</th>' | |
$rows = '' | |
foreach($tables as $table_name) | $body = "<table class='elgg-table'><thead>{$header}</thead><tbody>{$rows}</tbody></table>" |
foreach ($tables as $table_name) $body = "<table class='elgg-table'><thead>{$header}</thead><tbody>{$rows}</tbody></table>" |
Definition at line 39 of file database.php.
$header = '<tr><th>' . elgg_echo('admin:statistics:database:table') . '</th>' |
Definition at line 25 of file database.php.
$rows = '' |
Definition at line 28 of file database.php.
$tables |
Definition at line 6 of file database.php.