request->isPost()) { $date = $this->request->post('date', ''); $totalChart = Customcharts::totalChart($date); $this->success('', '', $totalChart); } $totalNumber = Customcharts::totalNumber(); $this->view->assign("totalNumber", $totalNumber); $totalChart = Customcharts::totalChart(); $this->view->assign("totalChart", $totalChart); $this->assignconfig('totalChart', $totalChart); $totalRanking = Customcharts::totalRanking(); $this->view->assign("totalRanking", $totalRanking); return $this->view->fetch(); } }