10 'access_collection_membership',
14 'delayed_email_queue',
16 'entity_relationships',
23 'users_remember_me_cookies',
35 foreach (
$tables as $table_name) {
38 $qb = Select::fromTable($table_name);
39 $qb->select(
'COUNT(*) AS total');
42 $row_count = empty($row_count) ? 0 : (int) $row_count->total;
Query builder for fetching data from the database.
foreach($tables as $table_name) $body
_elgg_services()
Get the global service provider.
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
elgg_view_module(string $type, string $title, string $body, array $vars=[])
Wrapper function for the module display pattern.
elgg_format_element(string $tag_name, array $attributes=[], string $text='', array $options=[])
Format an HTML element.
elgg_number_format(float $number, int $decimals=0)
Format a number with grouped thousands using language specific separators.