month = $_REQUEST['rec_month']; } else { $this->month = date('Y-m'); } $log = new Plugin_Recommend_Log($this->month); $this->entries = $log->getEntries(); $this->logs = Plugin_Recommend_Log::getLogs(); } function getTOC() { return array_map('recommend_make_toc', $this->logs); } function html() { if (!$this->logs) { echo 'No recommendations.'; return; } if (!$this->entries) { echo 'No recommendations were made in ' . $this->month . '.'; return; } echo '
In ' . $this->month . ', your users made the following ' . count($this->entries) . ' recommendations:
'; echo '