コード例 #1
0
ファイル: Index.php プロジェクト: prepare4battle/Ilch-2.0
 public function onlineAction()
 {
     $statisticMapper = new StatisticMapper();
     $this->getLayout()->getHmenu()->add($this->getTranslator()->trans('menuStatistic'), array('action' => 'index'))->add($this->getTranslator()->trans('menuOnline'), array('action' => 'online'));
     $this->getView()->set('userOnlineList', $statisticMapper->getVisitsOnline());
 }