showAll(); } function Trend() { return Statistics::TrendChart(array('Member', 'SiteTree', 'Group'), 'day', 'mchart', 'Line', 'red'); } function BrowserPie() { return Statistics::BrowserChart(); } function UserTable() { //Statistics::getBrowserChart(); return Statistics::UserRecordTable(); } function ViewTable() { return Statistics::getViews('all'); } public function users($params) { return Statistics::UserRecordTable(); } function showAll() { return $this->BrowserPie() . $this->Trend() . $this->UserTable() . $this->ViewTable(); } } ?>