reference/yaf/yaf_router/addroute.xml
73fae4ee51b644b72028e610abefefced57c18ad
...
...
@@ -58,7 +58,7 @@ class Bootstrap extends Yaf_Bootstrap_Abstract{
58
58
$router->addConfig(Yaf_Registry::get("config")->routes);
59
59
/**
60
60
* add a Rewrite route, then for a request uri:
61
-
* http://***/product/list/22/foo
61
+
* http://example.com/product/list/22/foo
62
62
* will be matched by this route, and result:
63
63
*
64
64
* [module] =>
...
...
@@ -82,6 +82,7 @@ class Bootstrap extends Yaf_Bootstrap_Abstract{
82
82
83
83
$router->addRoute('dummy', $route);
84
84
}
85
+
}
85
86
?>
86
87
]]>
87
88
</programlisting>
88
89