コード例 #1
0
 public function indexAction()
 {
     $fc = FrontController::getInstance();
     $file = new FilesModel();
     $out = $file->showTextDataPage();
     $fc->setBody($out);
 }