manual-print1.xml.in 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  3. "@DOCBOOK_DTD@"
  4. [
  5. <!ENTITY % xinclude SYSTEM "xinclude.mod">
  6. %xinclude;
  7. <!-- Add translated specific definitions and snippets -->
  8. <!ENTITY % language-snippets SYSTEM "./ref/language-snippets.xml">
  9. %language-snippets;
  10. <!-- Fallback to English definitions and snippets (in case of missing translation) -->
  11. <!ENTITY % language-snippets.default SYSTEM "../en/ref/language-snippets.xml">
  12. %language-snippets.default;
  13. ]>
  14. <book id="manual" lang="&lang;">
  15. <bookinfo>
  16. <title>&book.pdf1.title;</title>
  17. <subtitle>&book.subtitle;</subtitle>
  18. <edition>&book.edition;</edition>
  19. <pubdate><?dbtimestamp?></pubdate>
  20. <copyright>
  21. <year>2005-<?dbtimestamp format="Y"?></year>
  22. <holder>
  23. Zend Technologies Inc.
  24. (<ulink url="http://www.zend.com" />)
  25. </holder>
  26. </copyright>
  27. <!--
  28. A Title page graphic can be included like this
  29. <mediaobject>
  30. <imageobject>
  31. <imagedata fileref="../web/images/foo.jpg"/>
  32. </imageobject>
  33. </mediaobject>
  34. -->
  35. </bookinfo>
  36. <chapter id="introduction">
  37. <title>&chapter.introduction.title;</title>
  38. <xi:include href="ref/overview.xml" />
  39. <xi:include href="ref/installation.xml" />
  40. </chapter>
  41. <chapter id="zend.acl">
  42. <title>Zend_Acl</title>
  43. <xi:include href="module_specs/Zend_Acl.xml" />
  44. <xi:include href="module_specs/Zend_Acl-Refining.xml" />
  45. <xi:include href="module_specs/Zend_Acl-Advanced.xml" />
  46. </chapter>
  47. <chapter id="zend.amf">
  48. <title>Zend_Amf</title>
  49. <xi:include href="module_specs/Zend_Amf.xml" />
  50. <xi:include href="module_specs/Zend_Amf-Server.xml" />
  51. </chapter>
  52. <chapter id="zend.application">
  53. <title>Zend_Application</title>
  54. <xi:include href="module_specs/Zend_Application-Introduction.xml" />
  55. <xi:include href="module_specs/Zend_Application-QuickStart.xml" />
  56. <xi:include href="module_specs/Zend_Application-TheoryOfOperation.xml" />
  57. <xi:include href="module_specs/Zend_Application-Examples.xml" />
  58. <xi:include href="module_specs/Zend_Application-CoreFunctionality.xml" />
  59. <xi:include href="module_specs/Zend_Application-AvailableResources.xml" />
  60. </chapter>
  61. <chapter id="zend.auth">
  62. <title>Zend_Auth</title>
  63. <xi:include href="module_specs/Zend_Auth.xml" />
  64. <xi:include href="module_specs/Zend_Auth_Adapter_DbTable.xml" />
  65. <xi:include href="module_specs/Zend_Auth_Adapter_Digest.xml" />
  66. <xi:include href="module_specs/Zend_Auth_Adapter_Http.xml" />
  67. <xi:include href="module_specs/Zend_Auth_Adapter_Ldap.xml" />
  68. <xi:include href="module_specs/Zend_Auth_Adapter_OpenId.xml" />
  69. </chapter>
  70. <chapter id="zend.cache">
  71. <title>Zend_Cache</title>
  72. <xi:include href="module_specs/Zend_Cache-Introduction.xml" />
  73. <xi:include href="module_specs/Zend_Cache-Theory.xml" />
  74. <xi:include href="module_specs/Zend_Cache-Frontends.xml" />
  75. <xi:include href="module_specs/Zend_Cache-Backends.xml" />
  76. </chapter>
  77. <chapter id="zend.captcha">
  78. <title>Zend_Captcha</title>
  79. <xi:include href="module_specs/Zend_Captcha.xml" />
  80. <xi:include href="module_specs/Zend_Captcha-Operation.xml" />
  81. <xi:include href="module_specs/Zend_Captcha-Adapters.xml" />
  82. </chapter>
  83. <chapter id="zend.codegenerator">
  84. <title>Zend_CodeGenerator</title>
  85. <xi:include href="module_specs/Zend_CodeGenerator-Introduction.xml" />
  86. <xi:include href="module_specs/Zend_CodeGenerator-Examples.xml" />
  87. <xi:include href="module_specs/Zend_CodeGenerator-Reference.xml" />
  88. </chapter>
  89. <chapter id="zend.config">
  90. <title>Zend_Config</title>
  91. <xi:include href="module_specs/Zend_Config-Introduction.xml" />
  92. <xi:include href="module_specs/Zend_Config-TheoryOfOperation.xml" />
  93. <xi:include href="module_specs/Zend_Config_Ini.xml" />
  94. <xi:include href="module_specs/Zend_Config_Xml.xml" />
  95. </chapter>
  96. <chapter id="zend.config.writer">
  97. <title>Zend_Config_Writer</title>
  98. <xi:include href="module_specs/Zend_Config_Writer.xml" />
  99. </chapter>
  100. <chapter id="zend.console.getopt">
  101. <title>Zend_Console_Getopt</title>
  102. <xi:include href="module_specs/Zend_Console_Getopt-Introduction.xml" />
  103. <xi:include href="module_specs/Zend_Console_Getopt-Rules.xml" />
  104. <xi:include href="module_specs/Zend_Console_Getopt-Fetching.xml" />
  105. <xi:include href="module_specs/Zend_Console_Getopt-Configuration.xml" />
  106. </chapter>
  107. <chapter id="zend.controller">
  108. <title>Zend_Controller</title>
  109. <xi:include href="module_specs/Zend_Controller-QuickStart.xml" />
  110. <xi:include href="module_specs/Zend_Controller-Basics.xml" />
  111. <xi:include href="module_specs/Zend_Controller-FrontController.xml" />
  112. <xi:include href="module_specs/Zend_Controller-Request.xml" />
  113. <xi:include href="module_specs/Zend_Controller-Router.xml" parse="xml" />
  114. <xi:include href="module_specs/Zend_Controller-Dispatcher.xml" />
  115. <xi:include href="module_specs/Zend_Controller-ActionController.xml" />
  116. <xi:include href="module_specs/Zend_Controller-ActionHelpers.xml" parse="xml" />
  117. <xi:include href="module_specs/Zend_Controller-Response.xml" />
  118. <xi:include href="module_specs/Zend_Controller-Plugins.xml" parse="xml" />
  119. <xi:include href="module_specs/Zend_Controller-Modular.xml" />
  120. <xi:include href="module_specs/Zend_Controller-Exceptions.xml" />
  121. <xi:include href="module_specs/Zend_Controller-Migration.xml" />
  122. </chapter>
  123. <chapter id="zend.currency">
  124. <title>Zend_Currency</title>
  125. <xi:include href="module_specs/Zend_Currency-Introduction.xml" />
  126. <xi:include href="module_specs/Zend_Currency-Usage.xml" />
  127. <xi:include href="module_specs/Zend_Currency-Migrating.xml" />
  128. </chapter>
  129. <chapter id="zend.date">
  130. <title>Zend_Date</title>
  131. <xi:include href="module_specs/Zend_Date-Introduction.xml" />
  132. <xi:include href="module_specs/Zend_Date-Theory.xml" />
  133. <xi:include href="module_specs/Zend_Date-Basic.xml" />
  134. <xi:include href="module_specs/Zend_Date-Overview.xml" />
  135. <xi:include href="module_specs/Zend_Date-Creation.xml" />
  136. <xi:include href="module_specs/Zend_Date-Constants.xml" />
  137. <xi:include href="module_specs/Zend_Date-Additional.xml" />
  138. </chapter>
  139. <chapter id="zend.db">
  140. <title>Zend_Db</title>
  141. <xi:include href="module_specs/Zend_Db_Adapter.xml" />
  142. <xi:include href="module_specs/Zend_Db_Statement.xml" />
  143. <xi:include href="module_specs/Zend_Db_Profiler.xml" parse="xml" />
  144. <xi:include href="module_specs/Zend_Db_Select.xml" />
  145. <xi:include href="module_specs/Zend_Db_Table.xml" />
  146. <xi:include href="module_specs/Zend_Db_Table_Row.xml" />
  147. <xi:include href="module_specs/Zend_Db_Table_Rowset.xml" />
  148. <xi:include href="module_specs/Zend_Db_Table-Relationships.xml" />
  149. </chapter>
  150. <chapter id="zend.debug">
  151. <title>Zend_Debug</title>
  152. <xi:include href="module_specs/Zend_Debug.xml" />
  153. </chapter>
  154. <chapter id="zend.dojo">
  155. <title>Zend_Dojo</title>
  156. <xi:include href="module_specs/Zend_Dojo.xml" />
  157. <xi:include href="module_specs/Zend_Dojo-Data.xml" />
  158. <xi:include href="module_specs/Zend_Dojo-View.xml" parse="xml" />
  159. <xi:include href="module_specs/Zend_Dojo-Form.xml" parse="xml" />
  160. </chapter>
  161. <chapter id="zend.dom">
  162. <title>Zend_Dom</title>
  163. <xi:include href="module_specs/Zend_Dom.xml" />
  164. <xi:include href="module_specs/Zend_Dom-Query.xml" />
  165. </chapter>
  166. <chapter id="zend.exception">
  167. <title>Zend_Exception</title>
  168. <xi:include href="module_specs/Zend_Exception.xml" />
  169. </chapter>
  170. <chapter id="zend.feed">
  171. <title>Zend_Feed</title>
  172. <xi:include href="module_specs/Zend_Feed-Introduction.xml" />
  173. <xi:include href="module_specs/Zend_Feed-Importing.xml" />
  174. <xi:include href="module_specs/Zend_Feed-FindFeeds.xml" />
  175. <xi:include href="module_specs/Zend_Feed-ConsumingRss.xml" />
  176. <xi:include href="module_specs/Zend_Feed-ConsumingAtom.xml" />
  177. <xi:include href="module_specs/Zend_Feed-ConsumingAtomSingle.xml" />
  178. <xi:include href="module_specs/Zend_Feed-ModifyingFeed.xml" />
  179. <xi:include href="module_specs/Zend_Feed-CustomFeed.xml" />
  180. </chapter>
  181. <chapter id="zend.file">
  182. <title>Zend_File</title>
  183. <xi:include href="module_specs/Zend_File_Transfer-Introduction.xml" />
  184. <xi:include href="module_specs/Zend_File_Transfer-Validators.xml" />
  185. <xi:include href="module_specs/Zend_File_Transfer-Filters.xml" />
  186. <xi:include href="module_specs/Zend_File_Transfer-Migration.xml" />
  187. </chapter>
  188. <chapter id="zend.filter">
  189. <title>Zend_Filter</title>
  190. <xi:include href="module_specs/Zend_Filter.xml" />
  191. <xi:include href="module_specs/Zend_Filter-Set.xml" />
  192. <xi:include href="module_specs/Zend_Filter-FilterChains.xml" />
  193. <xi:include href="module_specs/Zend_Filter-WritingFilters.xml" />
  194. <xi:include href="module_specs/Zend_Filter_Input.xml" />
  195. <xi:include href="module_specs/Zend_Filter-Inflector.xml" />
  196. </chapter>
  197. <chapter id="zend.form">
  198. <title>Zend_Form</title>
  199. <xi:include href="module_specs/Zend_Form-Introduction.xml" />
  200. <xi:include href="module_specs/Zend_Form-QuickStart.xml" />
  201. <xi:include href="module_specs/Zend_Form-Elements.xml" />
  202. <xi:include href="module_specs/Zend_Form-Forms.xml" />
  203. <xi:include href="module_specs/Zend_Form-Decorators.xml" />
  204. <xi:include href="module_specs/Zend_Form-StandardElements.xml" />
  205. <xi:include href="module_specs/Zend_Form-StandardDecorators.xml" />
  206. <xi:include href="module_specs/Zend_Form-I18n.xml" />
  207. <xi:include href="module_specs/Zend_Form-Advanced.xml" />
  208. </chapter>
  209. <chapter id="zend.gdata">
  210. <title>Zend_Gdata</title>
  211. <xi:include href="module_specs/Zend_Gdata-Introduction.xml" />
  212. <xi:include href="module_specs/Zend_Gdata_AuthSub.xml" />
  213. <xi:include href="module_specs/Zend_Gdata_Books.xml" />
  214. <xi:include href="module_specs/Zend_Gdata_ClientLogin.xml" />
  215. <xi:include href="module_specs/Zend_Gdata_Calendar.xml" />
  216. <xi:include href="module_specs/Zend_Gdata_Docs.xml" />
  217. <xi:include href="module_specs/Zend_Gdata_Spreadsheets.xml" />
  218. <xi:include href="module_specs/Zend_Gdata_Gapps.xml" />
  219. <xi:include href="module_specs/Zend_Gdata_Photos.xml" />
  220. <xi:include href="module_specs/Zend_Gdata_Exception.xml" />
  221. </chapter>
  222. <chapter id="zend.http">
  223. <title>Zend_Http</title>
  224. <xi:include href="module_specs/Zend_Http_Client.xml" />
  225. <xi:include href="module_specs/Zend_Http_Client-Advanced.xml" />
  226. <xi:include href="module_specs/Zend_Http_Client-Adapters.xml" />
  227. <xi:include href="module_specs/Zend_Http_Cookie-Handling.xml" />
  228. <xi:include href="module_specs/Zend_Http_Response.xml" />
  229. </chapter>
  230. <chapter id="zend.json">
  231. <title>Zend_Json</title>
  232. <xi:include href="module_specs/Zend_Json-Introduction.xml" />
  233. <xi:include href="module_specs/Zend_Json-Basics.xml" />
  234. <xi:include href="module_specs/Zend_Json-Objects.xml" />
  235. <xi:include href="module_specs/Zend_Json-xml2json.xml" />
  236. <xi:include href="module_specs/Zend_Json-Server.xml" />
  237. </chapter>
  238. <chapter id="zend.layout">
  239. <title>Zend_Layout</title>
  240. <xi:include href="module_specs/Zend_Layout-Introduction.xml" />
  241. <xi:include href="module_specs/Zend_Layout-QuickStart.xml" />
  242. <xi:include href="module_specs/Zend_Layout-Options.xml" />
  243. <xi:include href="module_specs/Zend_Layout-Advanced.xml" />
  244. </chapter>
  245. <chapter id="zend.ldap">
  246. <title>Zend_Ldap</title>
  247. <xi:include href="module_specs/Zend_Ldap.xml" />
  248. </chapter>
  249. <chapter id="zend.loader">
  250. <title>Zend_Loader</title>
  251. <xi:include href="module_specs/Zend_Loader.xml" />
  252. <xi:include href="module_specs/Zend_Loader-Autoloader.xml" />
  253. <xi:include href="module_specs/Zend_Loader-Autoloader-Resource.xml" />
  254. <xi:include href="module_specs/Zend_Loader-PluginLoader.xml" />
  255. </chapter>
  256. <xi:include href="ref/requirements.xml" />
  257. <xi:include href="ref/coding_standard.xml" />
  258. <appendix id="performance">
  259. <title>&appendix.performance.title;</title>
  260. <xi:include href="ref/performance-introduction.xml" />
  261. <xi:include href="ref/performance-classloading.xml" />
  262. <xi:include href="ref/performance-database.xml" />
  263. <xi:include href="ref/performance-localization.xml" />
  264. <xi:include href="ref/performance-view.xml" />
  265. </appendix>
  266. <xi:include href="ref/copyrights.xml" />
  267. <index id="the.index" />
  268. </book>
  269. <!--
  270. vim:se ts=4 sw=4 et:
  271. -->