示例#1
0
 public function interfaceAction()
 {
     $question = new Questionreponse();
     $this->view->lesquestions = $question->selectAll();
     $volume = new Sound();
     $volumeActuel = $volume->selectVolume();
     $this->view->volume = $volumeActuel[0]['volume'];
 }