mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-08-05 16:07:32 +02:00
@@ -12,7 +12,7 @@ $router->map('POST','/users/[i:id]/[delete|update:action]', 'usersController#doA
|
|||||||
// match current request
|
// match current request
|
||||||
$match = $router->match();
|
$match = $router->match();
|
||||||
?>
|
?>
|
||||||
<h1>AltoRouter</h3>
|
<h1>AltoRouter</h1>
|
||||||
|
|
||||||
<h3>Current request: </h3>
|
<h3>Current request: </h3>
|
||||||
<pre>
|
<pre>
|
||||||
|
Reference in New Issue
Block a user