コード例 #1
0
 public function indexAction()
 {
     $fc = FrontController::getInstance();
     $model = new PageModel();
     header('HTTP/1.0 Not Found');
     $fc->setBody($model->render('404.php', TEMPLATE));
 }
コード例 #2
0
 public function indexAction()
 {
     $fc = FrontController::getInstance();
     $model = new PageModel();
     $fc->setBody($model->render('main.php', TEMPLATE));
 }