|
|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<!-- EN-Revision: 18742 -->
|
|
|
+<!-- EN-Revision: 18820 -->
|
|
|
<!-- Reviewed: no -->
|
|
|
<sect1 id="zend.controller.router" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
<title>Routeur Standard</title>
|
|
|
@@ -152,22 +152,40 @@ $router->addRoute('user',
|
|
|
|
|
|
<itemizedlist mark="opencircle">
|
|
|
<listitem>
|
|
|
- <para><xref linkend="zend.controller.router.routes.standard" /></para>
|
|
|
+ <para>
|
|
|
+ <link
|
|
|
+ linkend="zend.controller.router.routes.standard">Zend_Controller_Router_Route</link>
|
|
|
+ </para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
- <para><xref linkend="zend.controller.router.routes.static" /></para>
|
|
|
+ <para>
|
|
|
+ <link
|
|
|
+ linkend="zend.controller.router.routes.static">Zend_Controller_Router_Route_Static</link>
|
|
|
+ </para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
- <para><xref linkend="zend.controller.router.routes.regex" /></para>
|
|
|
+ <para>
|
|
|
+ <link
|
|
|
+ linkend="zend.controller.router.routes.regex">Zend_Controller_Router_Route_Regex</link>
|
|
|
+ </para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
- <para><xref linkend="zend.controller.router.routes.hostname" /></para>
|
|
|
+ <para>
|
|
|
+ <link
|
|
|
+ linkend="zend.controller.router.routes.hostname">Zend_Controller_Router_Route_Hostname</link>
|
|
|
+ </para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
- <para><xref linkend="zend.controller.router.routes.chain" /></para>
|
|
|
+ <para>
|
|
|
+ <link
|
|
|
+ linkend="zend.controller.router.routes.chain">Zend_Controller_Router_Route_Chain</link>
|
|
|
+ </para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
- <para><xref linkend="zend.controller.router.default-routes"/> *</para>
|
|
|
+ <para>
|
|
|
+ <link
|
|
|
+ linkend="zend.controller.router.default-routes">Zend_Controller_Router_Rewrite</link> *
|
|
|
+ </para>
|
|
|
</listitem>
|
|
|
</itemizedlist>
|
|
|
|