Beispiel #1
0
<?php

date_default_timezone_set('Asia/Tokyo');
require_once 'application/library/Autoloader.php';
$autoLoader = new AutoLoader();
$autoLoader->registDirs('application/');
$dispatcher = new Dispatcher();
$dispatcher->routing();