コード例 #1
0
 public function actionIndex()
 {
     $this->extendTable("dataTable");
     CSEBTicketsManager::getAllTickets();
     CSEBQuestionsManager::getAllQuestions();
     CSEBTicketsManager::initQuestions();
     $this->setData("tickets", CSEBTicketsManager::getAllTickets()->getItems());
     $this->renderView("_state_exam/_tickets/index.tpl");
 }