|
Elgg
Version 6.3
|
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>" |
| $header = '<tr><th>' . elgg_echo('admin:statistics:queue:name') . '</th>' |
| $queue_names = _elgg_services()->db->getData($qb) |