コード例 #1
0
 function renderBots()
 {
     $rows = $this->joomlaWatch->visit->getBots();
     $this->lastDate = "";
     $output = JoomlaWatchHTML::renderTable($rows, true);
     return $output;
 }