コード例 #1
0
ファイル: index.php プロジェクト: markusju/itechintranet
<?php

require 'vendor/autoload.php';
\core\Application::init();
$router = new router\ApplicationRouter(new \router\RequestAnalyzer($_GET, $_POST, $_SERVER['REQUEST_METHOD']));
echo $router->run();