瀏覽代碼

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 16 年之前
父節點
當前提交
fe20395f73
共有 1 個文件被更改,包括 8 次插入0 次删除
  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>
 
 <!--