pushHandler($defaultHandler); $whoops->register(); // Require the basic configuration file require(MM_APP_PATH . 'config/config.php'); // Require the most important files require(MM_SYS_PATH . 'common.php'); // Start the autoloader spl_autoload_register('miniMVC\autoload'); // And away we go! init(); // End of index.php