| Elgg
    Version 6.3
    | 
Go to the source code of this file.
| Variables | |
| $tables | |
| $header | |
| $rows = [] | |
| foreach($tables as $table_name) | $body = elgg_format_element('tbody', [], implode(PHP_EOL, $rows)) | 
| $table = elgg_format_element('table', ['class' => 'elgg-table'], $header . $body) | |
| foreach ( $tables as $table_name) $body = elgg_format_element('tbody', [], implode(PHP_EOL, $rows)) | 
Definition at line 50 of file database.php.
| $header | 
Definition at line 27 of file database.php.
| $rows = [] | 
Definition at line 34 of file database.php.
| $table = elgg_format_element('table', ['class' => 'elgg-table'], $header . $body) | 
Definition at line 52 of file database.php.
| $tables | 
Definition at line 8 of file database.php.