コード例 #1
0
 public function countQ()
 {
     $manager = new QuestionManager();
     $countQ = $manager->countQuestions();
     //debug($countQ);die();
     $this->show('default/home', ['countQ' => $countQ]);
 }