public handle ([mixed $uri])
Handles routing information received from the rewrite engine
// Read the info from the rewrite engine
$router->handle();
// Manually passing an URL
$router->handle('/posts/edit/1');
public handle ([mixed $uri])
Handles routing information received from the rewrite engine
// Read the info from the rewrite engine
$router->handle();
// Manually passing an URL
$router->handle('/posts/edit/1');
Please login to continue.