Elgg  Version 5.1
Variables
queue.php File Reference

Go to the source code of this file.

Variables

 $header = '<tr><th>' . elgg_echo('admin:statistics:queue:name') . '</th>'
 
 $qb = Select::fromTable('queue')
 
 $queue_names = _elgg_services()->db->getData($qb)
 
if(empty($queue_names)) $rows = ''
 
foreach($queue_names as $queue) $body = "<table class='elgg-table'><thead>{$header}</thead><tbody>{$rows}</tbody></table>"
 

Variable Documentation

foreach ($queue_names as $queue) $body = "<table class='elgg-table'><thead>{$header}</thead><tbody>{$rows}</tbody></table>"

Definition at line 47 of file queue.php.

$header = '<tr><th>' . elgg_echo('admin:statistics:queue:name') . '</th>'

Definition at line 6 of file queue.php.

$qb = Select::fromTable('queue')

Definition at line 11 of file queue.php.

$queue_names = _elgg_services()->db->getData($qb)

Definition at line 14 of file queue.php.

if (empty($queue_names)) $rows = ''

Definition at line 19 of file queue.php.