manual.xml.in 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <!-- EN-Revision: 19778 -->
  4. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  5. "@DOCBOOK_DTD@"
  6. [
  7. <!ENTITY % xinclude SYSTEM "xinclude.mod">
  8. %xinclude;
  9. ]>
  10. <book id="manual" lang="ja">
  11. <bookinfo>
  12. <title>プログラマ向けリファレンスガイド</title>
  13. <subtitle>Zend Framework</subtitle>
  14. <edition>Zend Framework プログラマ向けリファレンスガイド</edition>
  15. <pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
  16. <copyright>
  17. <year>2005-<?dbtimestamp format="Y"?></year>
  18. <holder>
  19. Zend Technologies Inc.
  20. (<ulink url="http://www.zend.com" />)
  21. </holder>
  22. </copyright>
  23. <!--
  24. A Title page graphic can be included like this
  25. <mediaobject>
  26. <imageobject>
  27. <imagedata fileref="../web/images/foo.jpg"/>
  28. </imageobject>
  29. </mediaobject>
  30. -->
  31. </bookinfo>
  32. <part id="introduction">
  33. <title>Zend Framework の紹介</title>
  34. <xi:include href="ref/overview.xml" />
  35. <xi:include href="ref/installation.xml" />
  36. </part>
  37. <part id="learning">
  38. <title>Learning Zend Framework</title>
  39. <chapter id="learning.quickstart">
  40. <title>Zend Framework Quick Start</title>
  41. <xi:include href="tutorials/quickstart-intro-mvc.xml">
  42. <xi:fallback><xi:include href="../en/tutorials/quickstart-intro-mvc.xml" /></xi:fallback>
  43. </xi:include>
  44. <xi:include href="tutorials/quickstart-create-project.xml">
  45. <xi:fallback><xi:include href="../en/tutorials/quickstart-create-project.xml" /></xi:fallback>
  46. </xi:include>
  47. <xi:include href="tutorials/quickstart-create-layout.xml">
  48. <xi:fallback><xi:include href="../en/tutorials/quickstart-create-layout.xml" /></xi:fallback>
  49. </xi:include>
  50. <xi:include href="tutorials/quickstart-create-model.xml">
  51. <xi:fallback><xi:include href="../en/tutorials/quickstart-create-model.xml" /></xi:fallback>
  52. </xi:include>
  53. <xi:include href="tutorials/quickstart-create-form.xml">
  54. <xi:fallback><xi:include href="../en/tutorials/quickstart-create-form.xml" /></xi:fallback>
  55. </xi:include>
  56. <xi:include href="tutorials/quickstart-conclusion.xml">
  57. <xi:fallback><xi:include href="../en/tutorials/quickstart-conclusion.xml" /></xi:fallback>
  58. </xi:include>
  59. </chapter>
  60. <chapter id="learning.autoloading">
  61. <title>Autoloading in Zend Framework</title>
  62. <xi:include href="tutorials/autoloading-intro.xml">
  63. <xi:fallback><xi:include href="../en/tutorials/autoloading-intro.xml" /></xi:fallback>
  64. </xi:include>
  65. <xi:include href="tutorials/autoloading-design.xml">
  66. <xi:fallback><xi:include href="../en/tutorials/autoloading-design.xml" /></xi:fallback>
  67. </xi:include>
  68. <xi:include href="tutorials/autoloading-usage.xml">
  69. <xi:fallback><xi:include href="../en/tutorials/autoloading-usage.xml" /></xi:fallback>
  70. </xi:include>
  71. <xi:include href="tutorials/autoloading-resources.xml">
  72. <xi:fallback><xi:include href="../en/tutorials/autoloading-resources.xml" /></xi:fallback>
  73. </xi:include>
  74. <xi:include href="tutorials/autoloading-conclusion.xml">
  75. <xi:fallback><xi:include href="../en/tutorials/autoloading-conclusion.xml" /></xi:fallback>
  76. </xi:include>
  77. </chapter>
  78. <chapter id="learning.plugins">
  79. <title>Plugins in Zend Framework</title>
  80. <xi:include href="tutorials/plugins-intro.xml">
  81. <xi:fallback><xi:include href="../en/tutorials/plugins-intro.xml" /></xi:fallback>
  82. </xi:include>
  83. <xi:include href="tutorials/plugins-usage.xml">
  84. <xi:fallback><xi:include href="../en/tutorials/plugins-usage.xml" /></xi:fallback>
  85. </xi:include>
  86. <xi:include href="tutorials/plugins-conclusion.xml">
  87. <xi:fallback><xi:include href="../en/tutorials/plugins-conclusion.xml" /></xi:fallback>
  88. </xi:include>
  89. </chapter>
  90. <chapter id="learning.layout">
  91. <title>Getting Started with Zend_Layout</title>
  92. <xi:include href="tutorials/layout-intro.xml">
  93. <xi:fallback><xi:include href="../en/tutorials/layout-intro.xml" /></xi:fallback>
  94. </xi:include>
  95. <xi:include href="tutorials/layout-usage.xml">
  96. <xi:fallback><xi:include href="../en/tutorials/layout-usage.xml" /></xi:fallback>
  97. </xi:include>
  98. <xi:include href="tutorials/layout-conclusions.xml">
  99. <xi:fallback><xi:include href="../en/tutorials/layout-conclusions.xml" /></xi:fallback>
  100. </xi:include>
  101. </chapter>
  102. <chapter id="learning.view.placeholders">
  103. <title>Getting Started with Zend_View Placeholders</title>
  104. <xi:include href="tutorials/view-placeholders-intro.xml">
  105. <xi:fallback><xi:include href="../en/tutorials/view-placeholders-intro.xml" /></xi:fallback>
  106. </xi:include>
  107. <xi:include href="tutorials/view-placeholders-basics.xml">
  108. <xi:fallback><xi:include href="../en/tutorials/view-placeholders-basics.xml" /></xi:fallback>
  109. </xi:include>
  110. <xi:include href="tutorials/view-placeholders-standard.xml">
  111. <xi:fallback><xi:include href="../en/tutorials/view-placeholders-standard.xml" /></xi:fallback>
  112. </xi:include>
  113. <xi:include href="tutorials/view-placeholders-conclusion.xml">
  114. <xi:fallback><xi:include href="../en/tutorials/view-placeholders-conclusion.xml" /></xi:fallback>
  115. </xi:include>
  116. </chapter>
  117. <chapter id="learning.form.decorators">
  118. <title>Understanding and Using Zend Form Decorators</title>
  119. <xi:include href="tutorials/form-decorators-intro.xml">
  120. <xi:fallback><xi:include href="../en/tutorials/form-decorators-intro.xml" /></xi:fallback>
  121. </xi:include>
  122. <xi:include href="tutorials/form-decorators-simplest.xml">
  123. <xi:fallback><xi:include href="../en/tutorials/form-decorators-simplest.xml" /></xi:fallback>
  124. </xi:include>
  125. <xi:include href="tutorials/form-decorators-layering.xml">
  126. <xi:fallback><xi:include href="../en/tutorials/form-decorators-layering.xml" /></xi:fallback>
  127. </xi:include>
  128. <xi:include href="tutorials/form-decorators-individual.xml">
  129. <xi:fallback><xi:include href="../en/tutorials/form-decorators-individual.xml" /></xi:fallback>
  130. </xi:include>
  131. <xi:include href="tutorials/form-decorators-composite.xml">
  132. <xi:fallback><xi:include href="../en/tutorials/form-decorators-composite.xml" /></xi:fallback>
  133. </xi:include>
  134. <xi:include href="tutorials/form-decorators-conclusion.xml">
  135. <xi:fallback><xi:include href="../en/tutorials/form-decorators-conclusion.xml" /></xi:fallback>
  136. </xi:include>
  137. </chapter>
  138. <chapter id="learning.multiuser">
  139. <title>Getting Started with Zend_Session, Zend_Auth, and Zend_Acl</title>
  140. <xi:include href="tutorials/multiuser-intro.xml">
  141. <xi:fallback><xi:include href="../en/tutorials/multiuser-intro.xml" /></xi:fallback>
  142. </xi:include>
  143. <xi:include href="tutorials/multiuser-sessions.xml">
  144. <xi:fallback><xi:include href="../en/tutorials/multiuser-sessions.xml" /></xi:fallback>
  145. </xi:include>
  146. <xi:include href="tutorials/multiuser-authentication.xml">
  147. <xi:fallback><xi:include href="../en/tutorials/multiuser-authentication.xml" /></xi:fallback>
  148. </xi:include>
  149. <xi:include href="tutorials/multiuser-authorization.xml">
  150. <xi:fallback><xi:include href="../en/tutorials/multiuser-authorization.xml" /></xi:fallback>
  151. </xi:include>
  152. </chapter>
  153. <chapter id="learning.lucene">
  154. <title>Getting Started with Zend_Search_Lucene</title>
  155. <xi:include href="tutorials/lucene-intro.xml">
  156. <xi:fallback><xi:include href="../en/tutorials/lucene-intro.xml" /></xi:fallback>
  157. </xi:include>
  158. <xi:include href="tutorials/lucene-index-structure.xml">
  159. <xi:fallback><xi:include href="../en/tutorials/lucene-index-structure.xml" /></xi:fallback>
  160. </xi:include>
  161. <xi:include href="tutorials/lucene-index-opening.xml">
  162. <xi:fallback><xi:include href="../en/tutorials/lucene-index-opening.xml" /></xi:fallback>
  163. </xi:include>
  164. <xi:include href="tutorials/lucene-indexing.xml">
  165. <xi:fallback><xi:include href="../en/tutorials/lucene-indexing.xml" /></xi:fallback>
  166. </xi:include>
  167. <xi:include href="tutorials/lucene-searching.xml">
  168. <xi:fallback><xi:include href="../en/tutorials/lucene-searching.xml" /></xi:fallback>
  169. </xi:include>
  170. <xi:include href="tutorials/lucene-queries.xml">
  171. <xi:fallback><xi:include href="../en/tutorials/lucene-queries.xml" /></xi:fallback>
  172. </xi:include>
  173. <xi:include href="tutorials/lucene-pagination.xml">
  174. <xi:fallback><xi:include href="../en/tutorials/lucene-pagination.xml" /></xi:fallback>
  175. </xi:include>
  176. </chapter>
  177. <chapter id="learning.paginator">
  178. <title>Getting Started with Zend_Paginator</title>
  179. <xi:include href="tutorials/paginator-intro.xml">
  180. <xi:fallback><xi:include href="../en/tutorials/paginator-intro.xml" /></xi:fallback>
  181. </xi:include>
  182. <xi:include href="tutorials/paginator-simple.xml">
  183. <xi:fallback><xi:include href="../en/tutorials/paginator-simple.xml" /></xi:fallback>
  184. </xi:include>
  185. <xi:include href="tutorials/paginator-control.xml">
  186. <xi:fallback><xi:include href="../en/tutorials/paginator-control.xml" /></xi:fallback>
  187. </xi:include>
  188. <xi:include href="tutorials/paginator-together.xml">
  189. <xi:fallback><xi:include href="../en/tutorials/paginator-together.xml" /></xi:fallback>
  190. </xi:include>
  191. </chapter>
  192. <!--
  193. Include new tutorials like this:
  194. <chapter id="learning.foo">
  195. <xi:include href="tutorials/foobar.xml" />
  196. </chapter>
  197. Thus, if a tutorial consists of multiple sections, they can still be
  198. grouped within the same chapter.
  199. -->
  200. </part>
  201. <part id="reference">
  202. <title>Zend Framework Reference</title>
  203. <chapter id="zend.acl">
  204. <title>Zend_Acl</title>
  205. <xi:include href="module_specs/Zend_Acl.xml" />
  206. <xi:include href="module_specs/Zend_Acl-Refining.xml" />
  207. <xi:include href="module_specs/Zend_Acl-Advanced.xml" />
  208. </chapter>
  209. <chapter id="zend.amf">
  210. <title>Zend_Amf</title>
  211. <xi:include href="module_specs/Zend_Amf.xml" />
  212. <xi:include href="module_specs/Zend_Amf-Server.xml" />
  213. </chapter>
  214. <chapter id="zend.application">
  215. <title>Zend_Application</title>
  216. <xi:include href="module_specs/Zend_Application-Introduction.xml" />
  217. <xi:include href="module_specs/Zend_Application-QuickStart.xml" />
  218. <xi:include href="module_specs/Zend_Application-TheoryOfOperation.xml">
  219. <xi:fallback><xi:include href="../en/module_specs/Zend_Application-TheoryOfOperation.xml" /></xi:fallback>
  220. </xi:include>
  221. <xi:include href="module_specs/Zend_Application-Examples.xml" />
  222. <xi:include href="module_specs/Zend_Application-CoreFunctionality.xml" />
  223. <xi:include href="module_specs/Zend_Application-AvailableResources.xml" />
  224. </chapter>
  225. <chapter id="zend.auth">
  226. <title>Zend_Auth</title>
  227. <xi:include href="module_specs/Zend_Auth.xml" />
  228. <xi:include href="module_specs/Zend_Auth_Adapter_DbTable.xml" />
  229. <xi:include href="module_specs/Zend_Auth_Adapter_Digest.xml" />
  230. <xi:include href="module_specs/Zend_Auth_Adapter_Http.xml" />
  231. <xi:include href="module_specs/Zend_Auth_Adapter_Ldap.xml" />
  232. <xi:include href="module_specs/Zend_Auth_Adapter_OpenId.xml" />
  233. </chapter>
  234. <chapter id="zend.barcode">
  235. <title>Zend_Barcode</title>
  236. <xi:include href="module_specs/Zend_Barcode-Introduction.xml" />
  237. <xi:include href="module_specs/Zend_Barcode-Creation.xml">
  238. <xi:fallback><xi:include href="../en/module_specs/Zend_Barcode-Creation.xml" /></xi:fallback>
  239. </xi:include>
  240. <xi:include href="module_specs/Zend_Barcode-Objects.xml" parse="xml">
  241. <xi:fallback><xi:include href="../en/module_specs/Zend_Barcode-Objects.xml" /></xi:fallback>
  242. </xi:include>
  243. <xi:include href="module_specs/Zend_Barcode-Renderers.xml">
  244. <xi:fallback><xi:include href="../en/module_specs/Zend_Barcode-Renderers.xml" /></xi:fallback>
  245. </xi:include>
  246. </chapter>
  247. <chapter id="zend.cache">
  248. <title>Zend_Cache</title>
  249. <xi:include href="module_specs/Zend_Cache-Introduction.xml" />
  250. <xi:include href="module_specs/Zend_Cache-Theory.xml" />
  251. <xi:include href="module_specs/Zend_Cache-Frontends.xml" />
  252. <xi:include href="module_specs/Zend_Cache-Backends.xml" />
  253. </chapter>
  254. <chapter id="zend.captcha">
  255. <title>Zend_Captcha</title>
  256. <xi:include href="module_specs/Zend_Captcha.xml" />
  257. <xi:include href="module_specs/Zend_Captcha-Operation.xml" />
  258. <xi:include href="module_specs/Zend_Captcha-Adapters.xml" />
  259. </chapter>
  260. <chapter id="zend.codegenerator">
  261. <title>Zend_CodeGenerator</title>
  262. <xi:include href="module_specs/Zend_CodeGenerator-Introduction.xml" />
  263. <xi:include href="module_specs/Zend_CodeGenerator-Examples.xml" />
  264. <xi:include href="module_specs/Zend_CodeGenerator-Reference.xml" />
  265. </chapter>
  266. <chapter id="zend.config">
  267. <title>Zend_Config</title>
  268. <xi:include href="module_specs/Zend_Config-Introduction.xml" />
  269. <xi:include href="module_specs/Zend_Config-TheoryOfOperation.xml" />
  270. <xi:include href="module_specs/Zend_Config_Ini.xml" />
  271. <xi:include href="module_specs/Zend_Config_Xml.xml" />
  272. </chapter>
  273. <chapter id="zend.config.writer">
  274. <title>Zend_Config_Writer</title>
  275. <xi:include href="module_specs/Zend_Config_Writer.xml" />
  276. </chapter>
  277. <chapter id="zend.console.getopt">
  278. <title>Zend_Console_Getopt</title>
  279. <xi:include href="module_specs/Zend_Console_Getopt-Introduction.xml" />
  280. <xi:include href="module_specs/Zend_Console_Getopt-Rules.xml" />
  281. <xi:include href="module_specs/Zend_Console_Getopt-Fetching.xml" />
  282. <xi:include href="module_specs/Zend_Console_Getopt-Configuration.xml" />
  283. </chapter>
  284. <chapter id="zend.controller">
  285. <title>Zend_Controller</title>
  286. <xi:include href="module_specs/Zend_Controller-QuickStart.xml" />
  287. <xi:include href="module_specs/Zend_Controller-Basics.xml" />
  288. <xi:include href="module_specs/Zend_Controller-FrontController.xml" />
  289. <xi:include href="module_specs/Zend_Controller-Request.xml" />
  290. <xi:include href="module_specs/Zend_Controller-Router.xml" parse="xml" />
  291. <xi:include href="module_specs/Zend_Controller-Dispatcher.xml" />
  292. <xi:include href="module_specs/Zend_Controller-ActionController.xml" />
  293. <xi:include href="module_specs/Zend_Controller-ActionHelpers.xml" parse="xml" />
  294. <xi:include href="module_specs/Zend_Controller-Response.xml" />
  295. <xi:include href="module_specs/Zend_Controller-Plugins.xml" parse="xml" />
  296. <xi:include href="module_specs/Zend_Controller-Modular.xml" />
  297. <xi:include href="module_specs/Zend_Controller-Exceptions.xml" />
  298. </chapter>
  299. <chapter id="zend.currency">
  300. <title>Zend_Currency</title>
  301. <xi:include href="module_specs/Zend_Currency-Introduction.xml" />
  302. <xi:include href="module_specs/Zend_Currency-Usage.xml" />
  303. </chapter>
  304. <chapter id="zend.date">
  305. <title>Zend_Date</title>
  306. <xi:include href="module_specs/Zend_Date-Introduction.xml" />
  307. <xi:include href="module_specs/Zend_Date-Theory.xml" />
  308. <xi:include href="module_specs/Zend_Date-Basic.xml" />
  309. <xi:include href="module_specs/Zend_Date-Overview.xml" />
  310. <xi:include href="module_specs/Zend_Date-Creation.xml" />
  311. <xi:include href="module_specs/Zend_Date-Constants.xml" />
  312. <xi:include href="module_specs/Zend_Date-Additional.xml" />
  313. </chapter>
  314. <chapter id="zend.db">
  315. <title>Zend_Db</title>
  316. <xi:include href="module_specs/Zend_Db_Adapter.xml" />
  317. <xi:include href="module_specs/Zend_Db_Statement.xml" />
  318. <xi:include href="module_specs/Zend_Db_Profiler.xml" parse="xml" />
  319. <xi:include href="module_specs/Zend_Db_Select.xml" />
  320. <xi:include href="module_specs/Zend_Db_Table.xml" />
  321. <xi:include href="module_specs/Zend_Db_Table_Row.xml" />
  322. <xi:include href="module_specs/Zend_Db_Table_Rowset.xml" />
  323. <xi:include href="module_specs/Zend_Db_Table-Relationships.xml" />
  324. <xi:include href="module_specs/Zend_Db_Table_Definition.xml" />
  325. </chapter>
  326. <chapter id="zend.debug">
  327. <title>Zend_Debug</title>
  328. <xi:include href="module_specs/Zend_Debug.xml" />
  329. </chapter>
  330. <chapter id="zend.dojo">
  331. <title>Zend_Dojo</title>
  332. <xi:include href="module_specs/Zend_Dojo.xml" />
  333. <xi:include href="module_specs/Zend_Dojo-Data.xml" />
  334. <xi:include href="module_specs/Zend_Dojo-View.xml" parse="xml" />
  335. <xi:include href="module_specs/Zend_Dojo-Form.xml" parse="xml" />
  336. <xi:include href="module_specs/Zend_Dojo-BuildLayers.xml">
  337. <xi:fallback><xi:include href="../en/module_specs/Zend_Dojo-BuildLayers.xml" /></xi:fallback>
  338. </xi:include>
  339. </chapter>
  340. <chapter id="zend.dom">
  341. <title>Zend_Dom</title>
  342. <xi:include href="module_specs/Zend_Dom.xml" />
  343. <xi:include href="module_specs/Zend_Dom-Query.xml" />
  344. </chapter>
  345. <chapter id="zend.exception">
  346. <title>Zend_Exception</title>
  347. <xi:include href="module_specs/Zend_Exception.xml" />
  348. <xi:include href="module_specs/Zend_Exception-Basic.xml" />
  349. <xi:include href="module_specs/Zend_Exception-Previous.xml">
  350. <xi:fallback><xi:include href="../en/module_specs/Zend_Exception-Previous.xml" /></xi:fallback>
  351. </xi:include>
  352. </chapter>
  353. <chapter id="zend.feed">
  354. <title>Zend_Feed</title>
  355. <xi:include href="module_specs/Zend_Feed-Introduction.xml" />
  356. <xi:include href="module_specs/Zend_Feed-Importing.xml" />
  357. <xi:include href="module_specs/Zend_Feed-FindFeeds.xml" />
  358. <xi:include href="module_specs/Zend_Feed-ConsumingRss.xml" />
  359. <xi:include href="module_specs/Zend_Feed-ConsumingAtom.xml" />
  360. <xi:include href="module_specs/Zend_Feed-ConsumingAtomSingle.xml" />
  361. <xi:include href="module_specs/Zend_Feed-ModifyingFeed.xml" />
  362. <xi:include href="module_specs/Zend_Feed-CustomFeed.xml" />
  363. <xi:include href="module_specs/Zend_Feed_Reader.xml">
  364. <xi:fallback><xi:include href="../en/module_specs/Zend_Feed_Reader.xml" /></xi:fallback>
  365. </xi:include>
  366. <xi:include href="module_specs/Zend_Feed_Writer.xml">
  367. <xi:fallback><xi:include href="../en/module_specs/Zend_Feed_Writer.xml" /></xi:fallback>
  368. </xi:include>
  369. </chapter>
  370. <chapter id="zend.file">
  371. <title>Zend_File</title>
  372. <xi:include href="module_specs/Zend_File_Transfer-Introduction.xml" />
  373. <xi:include href="module_specs/Zend_File_Transfer-Validators.xml" />
  374. <xi:include href="module_specs/Zend_File_Transfer-Filters.xml">
  375. <xi:fallback><xi:include href="../en/module_specs/Zend_File_Transfer-Filters.xml" /></xi:fallback>
  376. </xi:include>
  377. </chapter>
  378. <chapter id="zend.filter">
  379. <title>Zend_Filter</title>
  380. <xi:include href="module_specs/Zend_Filter.xml" />
  381. <xi:include href="module_specs/Zend_Filter-Set.xml" />
  382. <xi:include href="module_specs/Zend_Filter-FilterChains.xml" />
  383. <xi:include href="module_specs/Zend_Filter-WritingFilters.xml" />
  384. <xi:include href="module_specs/Zend_Filter_Input.xml" />
  385. <xi:include href="module_specs/Zend_Filter-Inflector.xml" />
  386. </chapter>
  387. <chapter id="zend.form">
  388. <title>Zend_Form</title>
  389. <xi:include href="module_specs/Zend_Form-Introduction.xml" />
  390. <xi:include href="module_specs/Zend_Form-QuickStart.xml" />
  391. <xi:include href="module_specs/Zend_Form-Elements.xml" />
  392. <xi:include href="module_specs/Zend_Form-Forms.xml" />
  393. <xi:include href="module_specs/Zend_Form-Decorators.xml" />
  394. <xi:include href="module_specs/Zend_Form-StandardElements.xml" />
  395. <xi:include href="module_specs/Zend_Form-StandardDecorators.xml" />
  396. <xi:include href="module_specs/Zend_Form-I18n.xml" />
  397. <xi:include href="module_specs/Zend_Form-Advanced.xml" />
  398. </chapter>
  399. <chapter id="zend.gdata">
  400. <title>Zend_Gdata</title>
  401. <xi:include href="module_specs/Zend_Gdata-Introduction.xml" />
  402. <xi:include href="module_specs/Zend_Gdata_AuthSub.xml" />
  403. <xi:include href="module_specs/Zend_Gdata_Books.xml">
  404. <xi:fallback><xi:include href="../en/module_specs/Zend_Gdata_Books.xml" /></xi:fallback>
  405. </xi:include>
  406. <xi:include href="module_specs/Zend_Gdata_ClientLogin.xml" />
  407. <xi:include href="module_specs/Zend_Gdata_Calendar.xml" />
  408. <xi:include href="module_specs/Zend_Gdata_Docs.xml" />
  409. <xi:include href="module_specs/Zend_Gdata_Health.xml">
  410. <xi:fallback><xi:include href="../en/module_specs/Zend_Gdata_Health.xml" /></xi:fallback>
  411. </xi:include>
  412. <xi:include href="module_specs/Zend_Gdata_Spreadsheets.xml" />
  413. <xi:include href="module_specs/Zend_Gdata_Gapps.xml" />
  414. <xi:include href="module_specs/Zend_Gdata_Gbase.xml" />
  415. <xi:include href="module_specs/Zend_Gdata_Photos.xml" />
  416. <xi:include href="module_specs/Zend_Gdata_YouTube.xml" />
  417. <xi:include href="module_specs/Zend_Gdata_Exception.xml" />
  418. </chapter>
  419. <chapter id="zend.http">
  420. <title>Zend_Http</title>
  421. <xi:include href="module_specs/Zend_Http_Client.xml" />
  422. <xi:include href="module_specs/Zend_Http_Client-Advanced.xml" />
  423. <xi:include href="module_specs/Zend_Http_Client-Adapters.xml" />
  424. <xi:include href="module_specs/Zend_Http_Cookie-Handling.xml" />
  425. <xi:include href="module_specs/Zend_Http_Response.xml" />
  426. </chapter>
  427. <chapter id="zend.infocard">
  428. <title>Zend_InfoCard</title>
  429. <xi:include href="module_specs/Zend_InfoCard-Basics.xml" />
  430. </chapter>
  431. <chapter id="zend.json">
  432. <title>Zend_Json</title>
  433. <xi:include href="module_specs/Zend_Json-Introduction.xml" />
  434. <xi:include href="module_specs/Zend_Json-Basics.xml" />
  435. <xi:include href="module_specs/Zend_Json-Objects.xml" />
  436. <xi:include href="module_specs/Zend_Json-xml2json.xml" />
  437. <xi:include href="module_specs/Zend_Json-Server.xml" />
  438. </chapter>
  439. <chapter id="zend.layout">
  440. <title>Zend_Layout</title>
  441. <xi:include href="module_specs/Zend_Layout-Introduction.xml" />
  442. <xi:include href="module_specs/Zend_Layout-QuickStart.xml" />
  443. <xi:include href="module_specs/Zend_Layout-Options.xml" />
  444. <xi:include href="module_specs/Zend_Layout-Advanced.xml" />
  445. </chapter>
  446. <chapter id="zend.ldap">
  447. <title>Zend_Ldap</title>
  448. <xi:include href="module_specs/Zend_Ldap-Introduction.xml" />
  449. <xi:include href="module_specs/Zend_Ldap-API.xml" />
  450. <xi:include href="module_specs/Zend_Ldap-Usage.xml" />
  451. <xi:include href="module_specs/Zend_Ldap-Tools.xml" />
  452. <xi:include href="module_specs/Zend_Ldap-Node.xml" />
  453. <xi:include href="module_specs/Zend_Ldap-Server.xml" />
  454. <xi:include href="module_specs/Zend_Ldap-LDIF.xml" />
  455. </chapter>
  456. <chapter id="zend.loader">
  457. <title>Zend_Loader</title>
  458. <xi:include href="module_specs/Zend_Loader.xml" />
  459. <xi:include href="module_specs/Zend_Loader-Autoloader.xml">
  460. <xi:fallback><xi:include href="../en/module_specs/Zend_Loader-Autoloader.xml" /></xi:fallback>
  461. </xi:include>
  462. <xi:include href="module_specs/Zend_Loader-Autoloader-Resource.xml">
  463. <xi:fallback><xi:include href="../en/module_specs/Zend_Loader-Autoloader-Resource.xml" /></xi:fallback>
  464. </xi:include>
  465. <xi:include href="module_specs/Zend_Loader-PluginLoader.xml" />
  466. </chapter>
  467. <chapter id="zend.locale">
  468. <title>Zend_Locale</title>
  469. <xi:include href="module_specs/Zend_Locale-Introduction.xml" />
  470. <xi:include href="module_specs/Zend_Locale-Functions.xml" />
  471. <xi:include href="module_specs/Zend_Locale-Parsing.xml" />
  472. <xi:include href="module_specs/Zend_Locale-DatesTimes.xml" />
  473. <xi:include href="module_specs/Zend_Locale-AppendixLanguages.xml" />
  474. </chapter>
  475. <chapter id="zend.log">
  476. <title>Zend_Log</title>
  477. <xi:include href="module_specs/Zend_Log-Overview.xml" />
  478. <xi:include href="module_specs/Zend_Log-Writers.xml" parse="xml" />
  479. <xi:include href="module_specs/Zend_Log-Formatters.xml" />
  480. <xi:include href="module_specs/Zend_Log-Filters.xml" />
  481. <xi:include href="module_specs/Zend_Log-Factory.xml">
  482. <xi:fallback><xi:include href="../en/module_specs/Zend_Log-Factory.xml" /></xi:fallback>
  483. </xi:include>
  484. </chapter>
  485. <chapter id="zend.mail">
  486. <title>Zend_Mail</title>
  487. <xi:include href="module_specs/Zend_Mail-Introduction.xml" />
  488. <xi:include href="module_specs/Zend_Mail-Sending.xml" />
  489. <xi:include href="module_specs/Zend_Mail-MultipleEmails.xml" />
  490. <xi:include href="module_specs/Zend_Mail-DifferentTransports.xml" />
  491. <xi:include href="module_specs/Zend_Mail-HtmlMails.xml" />
  492. <xi:include href="module_specs/Zend_Mail-Attachments.xml" />
  493. <xi:include href="module_specs/Zend_Mail-AddingRecipients.xml" />
  494. <xi:include href="module_specs/Zend_Mail-Boundary.xml" />
  495. <xi:include href="module_specs/Zend_Mail-AdditionalHeaders.xml" />
  496. <xi:include href="module_specs/Zend_Mail-CharacterSets.xml" />
  497. <xi:include href="module_specs/Zend_Mail-Encoding.xml" />
  498. <xi:include href="module_specs/Zend_Mail-SmtpAuthentication.xml" />
  499. <xi:include href="module_specs/Zend_Mail-SmtpSecure.xml" />
  500. <xi:include href="module_specs/Zend_Mail_Read.xml" />
  501. </chapter>
  502. <chapter id="zend.markup">
  503. <title>Zend_Markup</title>
  504. <xi:include href="module_specs/Zend_Markup.xml">
  505. <xi:fallback><xi:include href="../en/module_specs/Zend_Markup.xml" /></xi:fallback>
  506. </xi:include>
  507. <xi:include href="module_specs/Zend_Markup-Getting-Started.xml">
  508. <xi:fallback><xi:include href="../en/module_specs/Zend_Markup-Getting-Started.xml" /></xi:fallback>
  509. </xi:include>
  510. <xi:include href="module_specs/Zend_Markup-Parsers.xml">
  511. <xi:fallback><xi:include href="../en/module_specs/Zend_Markup-Parsers.xml" /></xi:fallback>
  512. </xi:include>
  513. <xi:include href="module_specs/Zend_Markup-Renderers.xml">
  514. <xi:fallback><xi:include href="../en/module_specs/Zend_Markup-Renderers.xml" /></xi:fallback>
  515. </xi:include>
  516. </chapter>
  517. <chapter id="zend.measure">
  518. <title>Zend_Measure</title>
  519. <xi:include href="module_specs/Zend_Measure-Introduction.xml" />
  520. <xi:include href="module_specs/Zend_Measure-Creation.xml" />
  521. <xi:include href="module_specs/Zend_Measure-Output.xml" />
  522. <xi:include href="module_specs/Zend_Measure-Edit.xml" />
  523. <xi:include href="module_specs/Zend_Measure-Types.xml" />
  524. </chapter>
  525. <chapter id="zend.memory">
  526. <title>Zend_Memory</title>
  527. <xi:include href="module_specs/Zend_Memory-Overview.xml" />
  528. <xi:include href="module_specs/Zend_Memory-MemoryManager.xml" />
  529. <xi:include href="module_specs/Zend_Memory-MemoryObjects.xml" />
  530. </chapter>
  531. <chapter id="zend.mime">
  532. <title>Zend_Mime</title>
  533. <xi:include href="module_specs/Zend_Mime.xml" />
  534. <xi:include href="module_specs/Zend_Mime_Message.xml" />
  535. <xi:include href="module_specs/Zend_Mime_Part.xml" />
  536. </chapter>
  537. <chapter id="zend.navigation">
  538. <title>Zend_Navigation</title>
  539. <xi:include href="module_specs/Zend_Navigation-Introduction.xml" />
  540. <xi:include href="module_specs/Zend_Navigation-Pages.xml" />
  541. <xi:include href="module_specs/Zend_Navigation-Containers.xml">
  542. <xi:fallback><xi:include href="../en/module_specs/Zend_Navigation-Containers.xml" /></xi:fallback>
  543. </xi:include>
  544. </chapter>
  545. <chapter id="zend.openid">
  546. <title>Zend_OpenId</title>
  547. <xi:include href="module_specs/Zend_OpenId-Introduction.xml" />
  548. <xi:include href="module_specs/Zend_OpenId-Consumer.xml" />
  549. <xi:include href="module_specs/Zend_OpenId-Provider.xml" />
  550. </chapter>
  551. <chapter id="zend.paginator">
  552. <title>Zend_Paginator</title>
  553. <xi:include href="module_specs/Zend_Paginator-Introduction.xml" />
  554. <xi:include href="module_specs/Zend_Paginator-Usage.xml" />
  555. <xi:include href="module_specs/Zend_Paginator-Configuration.xml" />
  556. <xi:include href="module_specs/Zend_Paginator-Advanced.xml" />
  557. </chapter>
  558. <chapter id="zend.pdf">
  559. <title>Zend_Pdf</title>
  560. <xi:include href="module_specs/Zend_Pdf-Introduction.xml" />
  561. <xi:include href="module_specs/Zend_Pdf-Create.xml" />
  562. <xi:include href="module_specs/Zend_Pdf-Save.xml" />
  563. <xi:include href="module_specs/Zend_Pdf-Pages.xml" />
  564. <xi:include href="module_specs/Zend_Pdf-Drawing.xml" />
  565. <xi:include href="module_specs/Zend_Pdf-InteractiveFeatures.xml">
  566. <xi:fallback><xi:include href="../en/module_specs/Zend_Pdf-InteractiveFeatures.xml" /></xi:fallback>
  567. </xi:include>
  568. <xi:include href="module_specs/Zend_Pdf-Properties.xml" />
  569. <xi:include href="module_specs/Zend_Pdf-Usage.xml" />
  570. </chapter>
  571. <chapter id="zend.progressbar">
  572. <title>Zend_ProgressBar</title>
  573. <xi:include href="module_specs/Zend_ProgressBar.xml" />
  574. </chapter>
  575. <chapter id="zend.queue">
  576. <title>Zend_Queue</title>
  577. <xi:include href="module_specs/Zend_Queue-Introduction.xml" />
  578. <xi:include href="module_specs/Zend_Queue-Example.xml" />
  579. <xi:include href="module_specs/Zend_Queue-Framework.xml" />
  580. <xi:include href="module_specs/Zend_Queue-Adapters.xml" />
  581. <xi:include href="module_specs/Zend_Queue-Custom.xml" />
  582. <xi:include href="module_specs/Zend_Queue-Stomp.xml" />
  583. </chapter>
  584. <chapter id="zend.reflection">
  585. <title>Zend_Reflection</title>
  586. <xi:include href="module_specs/Zend_Reflection-Introduction.xml" />
  587. <xi:include href="module_specs/Zend_Reflection-Examples.xml" />
  588. <xi:include href="module_specs/Zend_Reflection-Reference.xml" />
  589. </chapter>
  590. <chapter id="zend.registry">
  591. <title>Zend_Registry</title>
  592. <xi:include href="module_specs/Zend_Registry.xml" />
  593. </chapter>
  594. <chapter id="zend.rest">
  595. <title>Zend_Rest</title>
  596. <xi:include href="module_specs/Zend_Rest.xml" />
  597. <xi:include href="module_specs/Zend_Rest_Client.xml" />
  598. <xi:include href="module_specs/Zend_Rest_Server.xml" />
  599. </chapter>
  600. <chapter id="zend.search.lucene">
  601. <title>Zend_Search_Lucene</title>
  602. <xi:include href="module_specs/Zend_Search_Lucene-Overview.xml" />
  603. <xi:include href="module_specs/Zend_Search_Lucene-IndexCreation.xml" />
  604. <xi:include href="module_specs/Zend_Search_Lucene-Searching.xml" />
  605. <xi:include href="module_specs/Zend_Search_Lucene-QueryLanguage.xml" />
  606. <xi:include href="module_specs/Zend_Search_Lucene-Queries.xml" />
  607. <xi:include href="module_specs/Zend_Search_Lucene-Charset.xml" />
  608. <xi:include href="module_specs/Zend_Search_Lucene-Extending.xml" />
  609. <xi:include href="module_specs/Zend_Search_Lucene-JavaLucene.xml" />
  610. <xi:include href="module_specs/Zend_Search_Lucene-Advanced.xml" />
  611. <xi:include href="module_specs/Zend_Search_Lucene-BestPractice.xml" />
  612. </chapter>
  613. <chapter id="zend.server">
  614. <title>Zend_Server</title>
  615. <xi:include href="module_specs/Zend_Server.xml" />
  616. <xi:include href="module_specs/Zend_Server_Reflection.xml" />
  617. </chapter>
  618. <chapter id="zend.service">
  619. <title>Zend_Service</title>
  620. <xi:include href="module_specs/Zend_Service.xml" />
  621. <xi:include href="module_specs/Zend_Service_Akismet.xml" />
  622. <xi:include href="module_specs/Zend_Service_Amazon.xml" />
  623. <xi:include href="module_specs/Zend_Service_Amazon_Ec2.xml" />
  624. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Instance.xml">
  625. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Instance.xml" /></xi:fallback>
  626. </xi:include>
  627. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-WindowsInstance.xml">
  628. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-WindowsInstance.xml" /></xi:fallback>
  629. </xi:include>
  630. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-ReservedInstance.xml">
  631. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-ReservedInstance.xml" /></xi:fallback>
  632. </xi:include>
  633. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-CloudWatch.xml">
  634. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-CloudWatch.xml" /></xi:fallback>
  635. </xi:include>
  636. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Image.xml">
  637. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Image.xml" /></xi:fallback>
  638. </xi:include>
  639. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Ebs.xml">
  640. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Ebs.xml" /></xi:fallback>
  641. </xi:include>
  642. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml">
  643. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml" /></xi:fallback>
  644. </xi:include>
  645. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Keypair.xml" />
  646. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-RegionsAndAvalibilityZones.xml" />
  647. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Securitygroups.xml">
  648. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Securitygroups.xml" /></xi:fallback>
  649. </xi:include>
  650. <xi:include href="module_specs/Zend_Service_Amazon_S3.xml">
  651. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_S3.xml" /></xi:fallback>
  652. </xi:include>
  653. <xi:include href="module_specs/Zend_Service_Amazon_Sqs.xml">
  654. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Sqs.xml" /></xi:fallback>
  655. </xi:include>
  656. <xi:include href="module_specs/Zend_Service_Audioscrobbler.xml" />
  657. <xi:include href="module_specs/Zend_Service_Delicious.xml" />
  658. <xi:include href="module_specs/Zend_Service_Flickr.xml" />
  659. <xi:include href="module_specs/Zend_Service_LiveDocx.xml">
  660. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_LiveDocx.xml"/></xi:fallback>
  661. </xi:include>
  662. <xi:include href="module_specs/Zend_Service_Nirvanix.xml" />
  663. <xi:include href="module_specs/Zend_Service-ReCaptcha.xml" />
  664. <xi:include href="module_specs/Zend_Service_Simpy.xml" />
  665. <xi:include href="module_specs/Zend_Service_SlideShare.xml" />
  666. <xi:include href="module_specs/Zend_Service_StrikeIron-Overview.xml" />
  667. <xi:include href="module_specs/Zend_Service_StrikeIron-BundledServices.xml" />
  668. <xi:include href="module_specs/Zend_Service_StrikeIron-AdvancedUses.xml" />
  669. <xi:include href="module_specs/Zend_Service_Technorati.xml" />
  670. <xi:include href="module_specs/Zend_Service_Twitter.xml" parse="xml">
  671. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Twitter.xml" parse="xml" /></xi:fallback>
  672. </xi:include>
  673. <xi:include href="module_specs/Zend_Service_Yahoo.xml" />
  674. </chapter>
  675. <chapter id="zend.session">
  676. <title>Zend_Session</title>
  677. <xi:include href="module_specs/Zend_Session-Introduction.xml" />
  678. <xi:include href="module_specs/Zend_Session-BasicUsage.xml" />
  679. <xi:include href="module_specs/Zend_Session-AdvancedUsage.xml" />
  680. <xi:include href="module_specs/Zend_Session-GlobalSessionManagement.xml" />
  681. <xi:include href="module_specs/Zend_Session-SaveHandler-DbTable.xml" />
  682. </chapter>
  683. <chapter id="zend.soap">
  684. <title>Zend_Soap</title>
  685. <xi:include href="module_specs/Zend_Soap_Server.xml" />
  686. <xi:include href="module_specs/Zend_Soap_Client.xml" />
  687. <xi:include href="module_specs/Zend_Soap_Wsdl.xml" />
  688. <xi:include href="module_specs/Zend_Soap_AutoDiscovery.xml" />
  689. </chapter>
  690. <chapter id="zend.tag">
  691. <title>Zend_Tag</title>
  692. <xi:include href="module_specs/Zend_Tag-Introduction.xml" />
  693. <xi:include href="module_specs/Zend_Tag_Cloud.xml">
  694. <xi:fallback><xi:include href="../en/module_specs/Zend_Tag_Cloud.xml" /></xi:fallback>
  695. </xi:include>
  696. </chapter>
  697. <chapter id="zend.test">
  698. <title>Zend_Test</title>
  699. <xi:include href="module_specs/Zend_Test.xml" />
  700. <xi:include href="module_specs/Zend_Test-PHPUnit.xml" parse="xml" />
  701. <xi:include href="module_specs/Zend_Test-PHPUnit-Db.xml" parse="xml" />
  702. </chapter>
  703. <chapter id="zend.text">
  704. <title>Zend_Text</title>
  705. <xi:include href="module_specs/Zend_Text_Figlet.xml" />
  706. <xi:include href="module_specs/Zend_Text_Table.xml" />
  707. </chapter>
  708. <chapter id="zend.timesync">
  709. <title>Zend_TimeSync</title>
  710. <xi:include href="module_specs/Zend_TimeSync.xml" />
  711. <xi:include href="module_specs/Zend_TimeSync-Working.xml" />
  712. </chapter>
  713. <chapter id="zend.tool">
  714. <title>Zend_Tool</title>
  715. <xi:include href="module_specs/Zend_Tool-Usage-CLI.xml">
  716. <xi:fallback><xi:include href="../en/module_specs/Zend_Tool-Usage-CLI.xml" /></xi:fallback>
  717. </xi:include>
  718. <xi:include href="module_specs/Zend_Tool-Extending.xml">
  719. <xi:fallback><xi:include href="../en/module_specs/Zend_Tool-Extending.xml" /></xi:fallback>
  720. </xi:include>
  721. </chapter>
  722. <chapter id="zend.tool.framework">
  723. <title>Zend_Tool_Framework</title>
  724. <xi:include href="module_specs/Zend_Tool_Framework-Introduction.xml" />
  725. <xi:include href="module_specs/Zend_Tool_Framework-CliTool.xml" />
  726. <xi:include href="module_specs/Zend_Tool_Framework-Architecture.xml" />
  727. <xi:include href="module_specs/Zend_Tool_Framework-WritingProviders.xml" />
  728. <xi:include href="module_specs/Zend_Tool_Framework-SystemProviders.xml" />
  729. <xi:include href="module_specs/Zend_Tool_Framework-Extending.xml">
  730. <xi:fallback><xi:include href="../en/module_specs/Zend_Tool_Framework-Extending.xml" /></xi:fallback>
  731. </xi:include>
  732. </chapter>
  733. <chapter id="zend.tool.project">
  734. <title>Zend_Tool_Project</title>
  735. <xi:include href="module_specs/Zend_Tool_Project.xml" />
  736. <xi:include href="module_specs/Zend_Tool_Project-CreateProject.xml" />
  737. <xi:include href="module_specs/Zend_Tool_Project-Providers.xml" />
  738. <xi:include href="module_specs/Zend_Tool_Project-Internals.xml" />
  739. </chapter>
  740. <chapter id="zend.translate">
  741. <title>Zend_Translate</title>
  742. <xi:include href="module_specs/Zend_Translate-Introduction.xml" />
  743. <xi:include href="module_specs/Zend_Translate-Adapters.xml" />
  744. <xi:include href="module_specs/Zend_Translate-Using.xml" />
  745. <xi:include href="module_specs/Zend_Translate-SourceCreation.xml" />
  746. <xi:include href="module_specs/Zend_Translate-Additional.xml" />
  747. <xi:include href="module_specs/Zend_Translate-Plurals.xml">
  748. <xi:fallback><xi:include href="../en/module_specs/Zend_Translate-Plurals.xml" /></xi:fallback>
  749. </xi:include>
  750. </chapter>
  751. <chapter id="zend.uri">
  752. <title>Zend_Uri</title>
  753. <xi:include href="module_specs/Zend_Uri.xml" />
  754. </chapter>
  755. <chapter id="zend.validate">
  756. <title>Zend_Validate</title>
  757. <xi:include href="module_specs/Zend_Validate.xml" />
  758. <xi:include href="module_specs/Zend_Validate-Set.xml" parse="xml" />
  759. <xi:include href="module_specs/Zend_Validate-ValidatorChains.xml" />
  760. <xi:include href="module_specs/Zend_Validate-WritingValidators.xml" />
  761. <xi:include href="module_specs/Zend_Validate-Messages.xml" />
  762. </chapter>
  763. <chapter id="zend.version">
  764. <title>Zend_Version</title>
  765. <xi:include href="module_specs/Zend_Version.xml" />
  766. </chapter>
  767. <chapter id="zend.view">
  768. <title>Zend_View</title>
  769. <xi:include href="module_specs/Zend_View-Introduction.xml" />
  770. <xi:include href="module_specs/Zend_View-Controllers.xml" />
  771. <xi:include href="module_specs/Zend_View-Scripts.xml" />
  772. <xi:include href="module_specs/Zend_View-Helpers.xml" parse="xml" />
  773. <xi:include href="module_specs/Zend_View-Abstract.xml" />
  774. </chapter>
  775. <chapter id="zend.wildfire">
  776. <title>Zend_Wildfire</title>
  777. <xi:include href="module_specs/Zend_Wildfire.xml" />
  778. </chapter>
  779. <chapter id="zend.xmlrpc">
  780. <title>Zend_XmlRpc</title>
  781. <xi:include href="module_specs/Zend_XmlRpc.xml" />
  782. <xi:include href="module_specs/Zend_XmlRpc_Client.xml" />
  783. <xi:include href="module_specs/Zend_XmlRpc_Server.xml" />
  784. </chapter>
  785. </part>
  786. <xi:include href="ref/requirements.xml" />
  787. <appendix id="migration">
  788. <title>Zend Framework 移行上の注意</title>
  789. <xi:include href="ref/migration-110.xml" />
  790. <xi:include href="ref/migration-19.xml" />
  791. <xi:include href="ref/migration-18.xml" />
  792. <xi:include href="ref/migration-17.xml" />
  793. <xi:include href="ref/migration-16.xml" />
  794. <xi:include href="ref/migration-15.xml" />
  795. <xi:include href="ref/migration-10.xml" />
  796. <xi:include href="ref/migration-09.xml" />
  797. <xi:include href="ref/migration-08.xml" />
  798. <xi:include href="ref/migration-06.xml" />
  799. </appendix>
  800. <xi:include href="ref/coding_standard.xml" />
  801. <xi:include href="ref/documentation-standard.xml" />
  802. <xi:include href="ref/project-structure.xml" />
  803. <appendix id="performance">
  804. <title>Zend Framework パフォーマンスガイド</title>
  805. <xi:include href="ref/performance-introduction.xml" />
  806. <xi:include href="ref/performance-classloading.xml" />
  807. <xi:include href="ref/performance-database.xml" />
  808. <xi:include href="ref/performance-localization.xml" />
  809. <xi:include href="ref/performance-view.xml" />
  810. </appendix>
  811. <xi:include href="ref/copyrights.xml" />
  812. <index id="the.index" />
  813. </book>
  814. <!--
  815. vim:se ts=4 sw=4 et:
  816. -->