Closed andrewhathaway closed 11 years ago
When routing a URL to a controller you can not use underscores in the name. For example:
$router->all('/route/:page_name', 'ContentPage');
When routing a URL to a controller you can not use underscores in the name. For example: