Elgg  Version master
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(DatabaseQueue::TABLE_NAME)
 
 $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 48 of file queue.php.

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

Definition at line 7 of file queue.php.

$qb = Select::fromTable(DatabaseQueue::TABLE_NAME)

Definition at line 12 of file queue.php.

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

Definition at line 15 of file queue.php.

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

Definition at line 20 of file queue.php.