8 'access_collection_membership',
12 'delayed_email_queue',
14 'entity_relationships',
22 'users_remember_me_cookies',
27 $header .=
'<th>' .
elgg_echo(
'admin:statistics:database:row_count') .
'</th></tr>';
30 foreach (
$tables as $table_name) {
31 $qb = Select::fromTable($table_name);
32 $qb->select(
"COUNT(*) AS total");
35 $row_count = empty($row_count) ? 0 : (int) $row_count->total;
37 $rows .=
"<tr><td>{$table_name}</td><td>{$row_count}</td></tr>";
40 $body =
"<table class='elgg-table'><thead>{$header}</thead><tbody>{$rows}</tbody></table>";
elgg_echo($message_key, array $args=[], $language="")
Elgg language module Functions to manage language and translations.
foreach($tables as $table_name) $body
elgg_view_module($type, $title, $body, array $vars=[])
Wrapper function for the module display pattern.
_elgg_services()
Get the global service provider.
elgg echo
Translates a string.