<?php // Add the Routes $router->get('',"Home@index"); //Cache the Routes $router->cacheRouters(); //Dispatch the request $router->dispatch($_SERVER['QUERY_STRING']);
info at phpclasses dot org