Ver Fonte

ZF-8021: apply patch (with changes) to add Zend_Rest_Route verbiage to Zend_Rest intro (patch from Sudheer S.)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19118 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew há 16 anos atrás
pai
commit
fe20395f73
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      documentation/manual/en/module_specs/Zend_Rest.xml

+ 8 - 0
documentation/manual/en/module_specs/Zend_Rest.xml

@@ -21,6 +21,14 @@
         you wish to use the client with a non-Zend_Rest_Server based service, it
         will still provide easier data access.
     </para>
+
+    <para>
+        In addition to <classname>Zend_Rest_Server</classname> and
+        <classname>Zend_Rest_Client</classname> components, <link
+            linkend="zend.controller.router.routes.rest"><classname>Zend_Rest_Route</classname> and
+            <classname>Zend_Rest_Controller</classname></link> classes are provided to aid routing
+        REST requests to controllers. 
+    </para>
 </sect1>
 
 <!--