public setDefaults (array $defaults)
Sets an array of default paths. If a route is missing a path the router will use the defined here This method must not be used to set a 404 route
$router->setDefaults(array( 'module' => 'common', 'action' => 'index' ));
Please login to continue.