manual.xml.in 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <!-- EN-Revision: 17471 -->
  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. <chapter id="introduction">
  33. <title>Zend Framework の紹介</title>
  34. <xi:include href="ref/overview.xml" />
  35. <xi:include href="ref/installation.xml" />
  36. </chapter>
  37. <chapter id="zend.acl">
  38. <title>Zend_Acl</title>
  39. <xi:include href="module_specs/Zend_Acl.xml" />
  40. <xi:include href="module_specs/Zend_Acl-Refining.xml" />
  41. <xi:include href="module_specs/Zend_Acl-Advanced.xml" />
  42. </chapter>
  43. <chapter id="zend.amf">
  44. <title>Zend_Amf</title>
  45. <xi:include href="module_specs/Zend_Amf.xml" />
  46. <xi:include href="module_specs/Zend_Amf-Server.xml" />
  47. </chapter>
  48. <chapter id="zend.application">
  49. <title>Zend_Application</title>
  50. <xi:include href="module_specs/Zend_Application-Introduction.xml" />
  51. <xi:include href="module_specs/Zend_Application-QuickStart.xml" />
  52. <xi:include href="module_specs/Zend_Application-TheoryOfOperation.xml">
  53. <xi:fallback><xi:include href="../en/module_specs/Zend_Application-TheoryOfOperation.xml" /></xi:fallback>
  54. </xi:include>
  55. <xi:include href="module_specs/Zend_Application-Examples.xml" />
  56. <xi:include href="module_specs/Zend_Application-CoreFunctionality.xml" />
  57. <xi:include href="module_specs/Zend_Application-AvailableResources.xml" />
  58. </chapter>
  59. <chapter id="zend.auth">
  60. <title>Zend_Auth</title>
  61. <xi:include href="module_specs/Zend_Auth.xml" />
  62. <xi:include href="module_specs/Zend_Auth_Adapter_DbTable.xml" />
  63. <xi:include href="module_specs/Zend_Auth_Adapter_Digest.xml" />
  64. <xi:include href="module_specs/Zend_Auth_Adapter_Http.xml" />
  65. <xi:include href="module_specs/Zend_Auth_Adapter_Ldap.xml" />
  66. <xi:include href="module_specs/Zend_Auth_Adapter_OpenId.xml" />
  67. </chapter>
  68. <chapter id="zend.cache">
  69. <title>Zend_Cache</title>
  70. <xi:include href="module_specs/Zend_Cache-Introduction.xml" />
  71. <xi:include href="module_specs/Zend_Cache-Theory.xml" />
  72. <xi:include href="module_specs/Zend_Cache-Frontends.xml" />
  73. <xi:include href="module_specs/Zend_Cache-Backends.xml" />
  74. </chapter>
  75. <chapter id="zend.captcha">
  76. <title>Zend_Captcha</title>
  77. <xi:include href="module_specs/Zend_Captcha.xml" />
  78. <xi:include href="module_specs/Zend_Captcha-Operation.xml" />
  79. <xi:include href="module_specs/Zend_Captcha-Adapters.xml" />
  80. </chapter>
  81. <chapter id="zend.codegenerator">
  82. <title>Zend_CodeGenerator</title>
  83. <xi:include href="module_specs/Zend_CodeGenerator-Introduction.xml" />
  84. <xi:include href="module_specs/Zend_CodeGenerator-Examples.xml" />
  85. <xi:include href="module_specs/Zend_CodeGenerator-Reference.xml" />
  86. </chapter>
  87. <chapter id="zend.config">
  88. <title>Zend_Config</title>
  89. <xi:include href="module_specs/Zend_Config-Introduction.xml" />
  90. <xi:include href="module_specs/Zend_Config-TheoryOfOperation.xml" />
  91. <xi:include href="module_specs/Zend_Config_Ini.xml" />
  92. <xi:include href="module_specs/Zend_Config_Xml.xml" />
  93. </chapter>
  94. <chapter id="zend.config.writer">
  95. <title>Zend_Config_Writer</title>
  96. <xi:include href="module_specs/Zend_Config_Writer.xml" />
  97. </chapter>
  98. <chapter id="zend.console.getopt">
  99. <title>Zend_Console_Getopt</title>
  100. <xi:include href="module_specs/Zend_Console_Getopt-Introduction.xml" />
  101. <xi:include href="module_specs/Zend_Console_Getopt-Rules.xml" />
  102. <xi:include href="module_specs/Zend_Console_Getopt-Fetching.xml" />
  103. <xi:include href="module_specs/Zend_Console_Getopt-Configuration.xml" />
  104. </chapter>
  105. <chapter id="zend.controller">
  106. <title>Zend_Controller</title>
  107. <xi:include href="module_specs/Zend_Controller-QuickStart.xml" />
  108. <xi:include href="module_specs/Zend_Controller-Basics.xml" />
  109. <xi:include href="module_specs/Zend_Controller-FrontController.xml" />
  110. <xi:include href="module_specs/Zend_Controller-Request.xml" />
  111. <xi:include href="module_specs/Zend_Controller-Router.xml" parse="xml" />
  112. <xi:include href="module_specs/Zend_Controller-Dispatcher.xml" />
  113. <xi:include href="module_specs/Zend_Controller-ActionController.xml" />
  114. <xi:include href="module_specs/Zend_Controller-ActionHelpers.xml" parse="xml" />
  115. <xi:include href="module_specs/Zend_Controller-Response.xml" />
  116. <xi:include href="module_specs/Zend_Controller-Plugins.xml" parse="xml" />
  117. <xi:include href="module_specs/Zend_Controller-Modular.xml" />
  118. <xi:include href="module_specs/Zend_Controller-Exceptions.xml" />
  119. <xi:include href="module_specs/Zend_Controller-Migration.xml" />
  120. </chapter>
  121. <chapter id="zend.currency">
  122. <title>Zend_Currency</title>
  123. <xi:include href="module_specs/Zend_Currency-Introduction.xml" />
  124. <xi:include href="module_specs/Zend_Currency-Usage.xml" />
  125. <xi:include href="module_specs/Zend_Currency-Migrating.xml" />
  126. </chapter>
  127. <chapter id="zend.date">
  128. <title>Zend_Date</title>
  129. <xi:include href="module_specs/Zend_Date-Introduction.xml" />
  130. <xi:include href="module_specs/Zend_Date-Theory.xml" />
  131. <xi:include href="module_specs/Zend_Date-Basic.xml" />
  132. <xi:include href="module_specs/Zend_Date-Overview.xml" />
  133. <xi:include href="module_specs/Zend_Date-Creation.xml" />
  134. <xi:include href="module_specs/Zend_Date-Constants.xml" />
  135. <xi:include href="module_specs/Zend_Date-Additional.xml" />
  136. </chapter>
  137. <chapter id="zend.db">
  138. <title>Zend_Db</title>
  139. <xi:include href="module_specs/Zend_Db_Adapter.xml" />
  140. <xi:include href="module_specs/Zend_Db_Statement.xml" />
  141. <xi:include href="module_specs/Zend_Db_Profiler.xml" parse="xml" />
  142. <xi:include href="module_specs/Zend_Db_Select.xml" />
  143. <xi:include href="module_specs/Zend_Db_Table.xml" />
  144. <xi:include href="module_specs/Zend_Db_Table_Row.xml" />
  145. <xi:include href="module_specs/Zend_Db_Table_Rowset.xml" />
  146. <xi:include href="module_specs/Zend_Db_Table-Relationships.xml" />
  147. <xi:include href="module_specs/Zend_Db_Table_Definition.xml" />
  148. </chapter>
  149. <chapter id="zend.debug">
  150. <title>Zend_Debug</title>
  151. <xi:include href="module_specs/Zend_Debug.xml" />
  152. </chapter>
  153. <chapter id="zend.dojo">
  154. <title>Zend_Dojo</title>
  155. <xi:include href="module_specs/Zend_Dojo.xml" />
  156. <xi:include href="module_specs/Zend_Dojo-Data.xml" />
  157. <xi:include href="module_specs/Zend_Dojo-View.xml" parse="xml" />
  158. <xi:include href="module_specs/Zend_Dojo-Form.xml" parse="xml" />
  159. <xi:include href="module_specs/Zend_Dojo-BuildLayers.xml">
  160. <xi:fallback><xi:include href="../en/module_specs/Zend_Dojo-BuildLayers.xml" /></xi:fallback>
  161. </xi:include>
  162. </chapter>
  163. <chapter id="zend.dom">
  164. <title>Zend_Dom</title>
  165. <xi:include href="module_specs/Zend_Dom.xml" />
  166. <xi:include href="module_specs/Zend_Dom-Query.xml" />
  167. </chapter>
  168. <chapter id="zend.exception">
  169. <title>Zend_Exception</title>
  170. <xi:include href="module_specs/Zend_Exception.xml" />
  171. </chapter>
  172. <chapter id="zend.feed">
  173. <title>Zend_Feed</title>
  174. <xi:include href="module_specs/Zend_Feed-Introduction.xml" />
  175. <xi:include href="module_specs/Zend_Feed-Importing.xml" />
  176. <xi:include href="module_specs/Zend_Feed-FindFeeds.xml" />
  177. <xi:include href="module_specs/Zend_Feed-ConsumingRss.xml" />
  178. <xi:include href="module_specs/Zend_Feed-ConsumingAtom.xml" />
  179. <xi:include href="module_specs/Zend_Feed-ConsumingAtomSingle.xml" />
  180. <xi:include href="module_specs/Zend_Feed-ModifyingFeed.xml" />
  181. <xi:include href="module_specs/Zend_Feed-CustomFeed.xml" />
  182. <xi:include href="module_specs/Zend_Feed_Reader.xml">
  183. <xi:fallback><xi:include href="../en/module_specs/Zend_Feed_Reader.xml" /></xi:fallback>
  184. </xi:include>
  185. </chapter>
  186. <chapter id="zend.file">
  187. <title>Zend_File</title>
  188. <xi:include href="module_specs/Zend_File_Transfer-Introduction.xml" />
  189. <xi:include href="module_specs/Zend_File_Transfer-Validators.xml" />
  190. <xi:include href="module_specs/Zend_File_Transfer-Filters.xml">
  191. <xi:fallback><xi:include href="../en/module_specs/Zend_File_Transfer-Filters.xml" /></xi:fallback>
  192. </xi:include>
  193. <xi:include href="module_specs/Zend_File_Transfer-Migration.xml" />
  194. </chapter>
  195. <chapter id="zend.filter">
  196. <title>Zend_Filter</title>
  197. <xi:include href="module_specs/Zend_Filter.xml" />
  198. <xi:include href="module_specs/Zend_Filter-Set.xml" />
  199. <xi:include href="module_specs/Zend_Filter-FilterChains.xml" />
  200. <xi:include href="module_specs/Zend_Filter-WritingFilters.xml" />
  201. <xi:include href="module_specs/Zend_Filter_Input.xml" />
  202. <xi:include href="module_specs/Zend_Filter-Inflector.xml" />
  203. <xi:include href="module_specs/Zend_Filter-Migration.xml" />
  204. </chapter>
  205. <chapter id="zend.form">
  206. <title>Zend_Form</title>
  207. <xi:include href="module_specs/Zend_Form-Introduction.xml" />
  208. <xi:include href="module_specs/Zend_Form-QuickStart.xml" />
  209. <xi:include href="module_specs/Zend_Form-Elements.xml" />
  210. <xi:include href="module_specs/Zend_Form-Forms.xml" />
  211. <xi:include href="module_specs/Zend_Form-Decorators.xml" />
  212. <xi:include href="module_specs/Zend_Form-StandardElements.xml" />
  213. <xi:include href="module_specs/Zend_Form-StandardDecorators.xml" />
  214. <xi:include href="module_specs/Zend_Form-I18n.xml" />
  215. <xi:include href="module_specs/Zend_Form-Advanced.xml" />
  216. </chapter>
  217. <chapter id="zend.gdata">
  218. <title>Zend_Gdata</title>
  219. <xi:include href="module_specs/Zend_Gdata-Introduction.xml" />
  220. <xi:include href="module_specs/Zend_Gdata_AuthSub.xml" />
  221. <xi:include href="module_specs/Zend_Gdata_Books.xml">
  222. <xi:fallback><xi:include href="../en/module_specs/Zend_Gdata_Books.xml" /></xi:fallback>
  223. </xi:include>
  224. <xi:include href="module_specs/Zend_Gdata_ClientLogin.xml" />
  225. <xi:include href="module_specs/Zend_Gdata_Calendar.xml" />
  226. <xi:include href="module_specs/Zend_Gdata_Docs.xml" />
  227. <xi:include href="module_specs/Zend_Gdata_Health.xml">
  228. <xi:fallback><xi:include href="../en/module_specs/Zend_Gdata_Health.xml" /></xi:fallback>
  229. </xi:include>
  230. <xi:include href="module_specs/Zend_Gdata_Spreadsheets.xml" />
  231. <xi:include href="module_specs/Zend_Gdata_Gapps.xml" />
  232. <xi:include href="module_specs/Zend_Gdata_Gbase.xml" />
  233. <xi:include href="module_specs/Zend_Gdata_Photos.xml" />
  234. <xi:include href="module_specs/Zend_Gdata_YouTube.xml" />
  235. <xi:include href="module_specs/Zend_Gdata_Exception.xml" />
  236. </chapter>
  237. <chapter id="zend.http">
  238. <title>Zend_Http</title>
  239. <xi:include href="module_specs/Zend_Http_Client.xml" />
  240. <xi:include href="module_specs/Zend_Http_Client-Advanced.xml" />
  241. <xi:include href="module_specs/Zend_Http_Client-Adapters.xml" />
  242. <xi:include href="module_specs/Zend_Http_Client-Migration.xml" />
  243. <xi:include href="module_specs/Zend_Http_Cookie-Handling.xml" />
  244. <xi:include href="module_specs/Zend_Http_Response.xml" />
  245. </chapter>
  246. <chapter id="zend.infocard">
  247. <title>Zend_InfoCard</title>
  248. <xi:include href="module_specs/Zend_InfoCard-Basics.xml" />
  249. </chapter>
  250. <chapter id="zend.json">
  251. <title>Zend_Json</title>
  252. <xi:include href="module_specs/Zend_Json-Introduction.xml" />
  253. <xi:include href="module_specs/Zend_Json-Basics.xml" />
  254. <xi:include href="module_specs/Zend_Json-Objects.xml" />
  255. <xi:include href="module_specs/Zend_Json-xml2json.xml" />
  256. <xi:include href="module_specs/Zend_Json-Server.xml" />
  257. </chapter>
  258. <chapter id="zend.layout">
  259. <title>Zend_Layout</title>
  260. <xi:include href="module_specs/Zend_Layout-Introduction.xml" />
  261. <xi:include href="module_specs/Zend_Layout-QuickStart.xml" />
  262. <xi:include href="module_specs/Zend_Layout-Options.xml" />
  263. <xi:include href="module_specs/Zend_Layout-Advanced.xml" />
  264. </chapter>
  265. <chapter id="zend.ldap">
  266. <title>Zend_Ldap</title>
  267. <xi:include href="module_specs/Zend_Ldap-Introduction.xml" />
  268. <xi:include href="module_specs/Zend_Ldap-API.xml" />
  269. <xi:include href="module_specs/Zend_Ldap-Usage.xml" />
  270. <xi:include href="module_specs/Zend_Ldap-Tools.xml" />
  271. <xi:include href="module_specs/Zend_Ldap-Node.xml" />
  272. <xi:include href="module_specs/Zend_Ldap-Server.xml" />
  273. <xi:include href="module_specs/Zend_Ldap-LDIF.xml" />
  274. </chapter>
  275. <chapter id="zend.loader">
  276. <title>Zend_Loader</title>
  277. <xi:include href="module_specs/Zend_Loader.xml" />
  278. <xi:include href="module_specs/Zend_Loader-Autoloader.xml">
  279. <xi:fallback><xi:include href="../en/module_specs/Zend_Loader-Autoloader.xml" /></xi:fallback>
  280. </xi:include>
  281. <xi:include href="module_specs/Zend_Loader-Autoloader-Resource.xml">
  282. <xi:fallback><xi:include href="../en/module_specs/Zend_Loader-Autoloader-Resource.xml" /></xi:fallback>
  283. </xi:include>
  284. <xi:include href="module_specs/Zend_Loader-PluginLoader.xml" />
  285. </chapter>
  286. <chapter id="zend.locale">
  287. <title>Zend_Locale</title>
  288. <xi:include href="module_specs/Zend_Locale-Introduction.xml" />
  289. <xi:include href="module_specs/Zend_Locale-Functions.xml" />
  290. <xi:include href="module_specs/Zend_Locale-Parsing.xml" />
  291. <xi:include href="module_specs/Zend_Locale-DatesTimes.xml" />
  292. <xi:include href="module_specs/Zend_Locale-AppendixLanguages.xml" />
  293. <xi:include href="module_specs/Zend_Locale-Migration.xml" />
  294. </chapter>
  295. <chapter id="zend.log">
  296. <title>Zend_Log</title>
  297. <xi:include href="module_specs/Zend_Log-Overview.xml" />
  298. <xi:include href="module_specs/Zend_Log-Writers.xml" parse="xml" />
  299. <xi:include href="module_specs/Zend_Log-Formatters.xml" />
  300. <xi:include href="module_specs/Zend_Log-Filters.xml" />
  301. </chapter>
  302. <chapter id="zend.mail">
  303. <title>Zend_Mail</title>
  304. <xi:include href="module_specs/Zend_Mail-Introduction.xml" />
  305. <xi:include href="module_specs/Zend_Mail-Sending.xml" />
  306. <xi:include href="module_specs/Zend_Mail-MultipleEmails.xml" />
  307. <xi:include href="module_specs/Zend_Mail-DifferentTransports.xml" />
  308. <xi:include href="module_specs/Zend_Mail-HtmlMails.xml" />
  309. <xi:include href="module_specs/Zend_Mail-Attachments.xml" />
  310. <xi:include href="module_specs/Zend_Mail-AddingRecipients.xml" />
  311. <xi:include href="module_specs/Zend_Mail-Boundary.xml" />
  312. <xi:include href="module_specs/Zend_Mail-AdditionalHeaders.xml" />
  313. <xi:include href="module_specs/Zend_Mail-CharacterSets.xml" />
  314. <xi:include href="module_specs/Zend_Mail-Encoding.xml" />
  315. <xi:include href="module_specs/Zend_Mail-SmtpAuthentication.xml" />
  316. <xi:include href="module_specs/Zend_Mail-SmtpSecure.xml" />
  317. <xi:include href="module_specs/Zend_Mail_Read.xml" />
  318. </chapter>
  319. <chapter id="zend.measure">
  320. <title>Zend_Measure</title>
  321. <xi:include href="module_specs/Zend_Measure-Introduction.xml" />
  322. <xi:include href="module_specs/Zend_Measure-Creation.xml" />
  323. <xi:include href="module_specs/Zend_Measure-Output.xml" />
  324. <xi:include href="module_specs/Zend_Measure-Edit.xml" />
  325. <xi:include href="module_specs/Zend_Measure-Types.xml" />
  326. </chapter>
  327. <chapter id="zend.memory">
  328. <title>Zend_Memory</title>
  329. <xi:include href="module_specs/Zend_Memory-Overview.xml" />
  330. <xi:include href="module_specs/Zend_Memory-MemoryManager.xml" />
  331. <xi:include href="module_specs/Zend_Memory-MemoryObjects.xml" />
  332. </chapter>
  333. <chapter id="zend.mime">
  334. <title>Zend_Mime</title>
  335. <xi:include href="module_specs/Zend_Mime.xml" />
  336. <xi:include href="module_specs/Zend_Mime_Message.xml" />
  337. <xi:include href="module_specs/Zend_Mime_Part.xml" />
  338. </chapter>
  339. <chapter id="zend.navigation">
  340. <title>Zend_Navigation</title>
  341. <xi:include href="module_specs/Zend_Navigation-Introduction.xml" />
  342. <xi:include href="module_specs/Zend_Navigation-Pages.xml" />
  343. <xi:include href="module_specs/Zend_Navigation-Containers.xml">
  344. <xi:fallback><xi:include href="../en/module_specs/Zend_Navigation-Containers.xml" /></xi:fallback>
  345. </xi:include>
  346. <xi:include href="module_specs/Zend_Navigation-Migration.xml">
  347. <xi:fallback><xi:include href="../en/module_specs/Zend_Navigation-Migration.xml" /></xi:fallback>
  348. </xi:include>
  349. </chapter>
  350. <chapter id="zend.openid">
  351. <title>Zend_OpenId</title>
  352. <xi:include href="module_specs/Zend_OpenId-Introduction.xml" />
  353. <xi:include href="module_specs/Zend_OpenId-Consumer.xml" />
  354. <xi:include href="module_specs/Zend_OpenId-Provider.xml" />
  355. </chapter>
  356. <chapter id="zend.paginator">
  357. <title>Zend_Paginator</title>
  358. <xi:include href="module_specs/Zend_Paginator-Introduction.xml" />
  359. <xi:include href="module_specs/Zend_Paginator-Usage.xml" />
  360. <xi:include href="module_specs/Zend_Paginator-Configuration.xml" />
  361. <xi:include href="module_specs/Zend_Paginator-Advanced.xml" />
  362. </chapter>
  363. <chapter id="zend.pdf">
  364. <title>Zend_Pdf</title>
  365. <xi:include href="module_specs/Zend_Pdf-Introduction.xml" />
  366. <xi:include href="module_specs/Zend_Pdf-Create.xml" />
  367. <xi:include href="module_specs/Zend_Pdf-Save.xml" />
  368. <xi:include href="module_specs/Zend_Pdf-Pages.xml" />
  369. <xi:include href="module_specs/Zend_Pdf-Drawing.xml" />
  370. <xi:include href="module_specs/Zend_Pdf-InteractiveFeatures.xml">
  371. <xi:fallback>
  372. <xi:include href="../en/module_specs/Zend_Pdf-InteractiveFeatures.xml" />
  373. </xi:fallback>
  374. </xi:include>
  375. <xi:include href="module_specs/Zend_Pdf-Properties.xml" />
  376. <xi:include href="module_specs/Zend_Pdf-Usage.xml" />
  377. </chapter>
  378. <chapter id="zend.progressbar">
  379. <title>Zend_ProgressBar</title>
  380. <xi:include href="module_specs/Zend_ProgressBar.xml" />
  381. </chapter>
  382. <chapter id="zend.queue">
  383. <title>Zend_Queue</title>
  384. <xi:include href="module_specs/Zend_Queue-Introduction.xml" />
  385. <xi:include href="module_specs/Zend_Queue-Example.xml" />
  386. <xi:include href="module_specs/Zend_Queue-Framework.xml" />
  387. <xi:include href="module_specs/Zend_Queue-Adapters.xml" />
  388. <xi:include href="module_specs/Zend_Queue-Custom.xml" />
  389. <xi:include href="module_specs/Zend_Queue-Stomp.xml" />
  390. </chapter>
  391. <chapter id="zend.reflection">
  392. <title>Zend_Reflection</title>
  393. <xi:include href="module_specs/Zend_Reflection-Introduction.xml" />
  394. <xi:include href="module_specs/Zend_Reflection-Examples.xml" />
  395. <xi:include href="module_specs/Zend_Reflection-Reference.xml" />
  396. </chapter>
  397. <chapter id="zend.registry">
  398. <title>Zend_Registry</title>
  399. <xi:include href="module_specs/Zend_Registry.xml" />
  400. </chapter>
  401. <chapter id="zend.rest">
  402. <title>Zend_Rest</title>
  403. <xi:include href="module_specs/Zend_Rest.xml" />
  404. <xi:include href="module_specs/Zend_Rest_Client.xml" />
  405. <xi:include href="module_specs/Zend_Rest_Server.xml" />
  406. </chapter>
  407. <chapter id="zend.search.lucene">
  408. <title>Zend_Search_Lucene</title>
  409. <xi:include href="module_specs/Zend_Search_Lucene-Overview.xml" />
  410. <xi:include href="module_specs/Zend_Search_Lucene-IndexCreation.xml" />
  411. <xi:include href="module_specs/Zend_Search_Lucene-Searching.xml" />
  412. <xi:include href="module_specs/Zend_Search_Lucene-QueryLanguage.xml" />
  413. <xi:include href="module_specs/Zend_Search_Lucene-Queries.xml" />
  414. <xi:include href="module_specs/Zend_Search_Lucene-Charset.xml" />
  415. <xi:include href="module_specs/Zend_Search_Lucene-Extending.xml" />
  416. <xi:include href="module_specs/Zend_Search_Lucene-JavaLucene.xml" />
  417. <xi:include href="module_specs/Zend_Search_Lucene-Advanced.xml" />
  418. <xi:include href="module_specs/Zend_Search_Lucene-BestPractice.xml" />
  419. </chapter>
  420. <chapter id="zend.server">
  421. <title>Zend_Server</title>
  422. <xi:include href="module_specs/Zend_Server.xml" />
  423. <xi:include href="module_specs/Zend_Server_Reflection.xml" />
  424. </chapter>
  425. <chapter id="zend.service">
  426. <title>Zend_Service</title>
  427. <xi:include href="module_specs/Zend_Service.xml" />
  428. <xi:include href="module_specs/Zend_Service_Akismet.xml" />
  429. <xi:include href="module_specs/Zend_Service_Amazon.xml" />
  430. <xi:include href="module_specs/Zend_Service_Amazon_Ec2.xml">
  431. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2.xml" /></xi:fallback>
  432. </xi:include>
  433. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Instance.xml">
  434. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Instance.xml" /></xi:fallback>
  435. </xi:include>
  436. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-WindowsInstance.xml">
  437. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-WindowsInstance.xml" /></xi:fallback>
  438. </xi:include>
  439. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-ReservedInstance.xml">
  440. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-ReservedInstance.xml" /></xi:fallback>
  441. </xi:include>
  442. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-CloudWatch.xml">
  443. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-CloudWatch.xml" /></xi:fallback>
  444. </xi:include>
  445. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Image.xml">
  446. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Image.xml" /></xi:fallback>
  447. </xi:include>
  448. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Ebs.xml">
  449. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Ebs.xml" /></xi:fallback>
  450. </xi:include>
  451. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml">
  452. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml" /></xi:fallback>
  453. </xi:include>
  454. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Keypair.xml">
  455. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Keypair.xml" /></xi:fallback>
  456. </xi:include>
  457. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-RegionsAndAvalibilityZones.xml">
  458. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-RegionsAndAvalibilityZones.xml" /></xi:fallback>
  459. </xi:include>
  460. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Securitygroups.xml">
  461. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Securitygroups.xml" /></xi:fallback>
  462. </xi:include>
  463. <xi:include href="module_specs/Zend_Service_Amazon_S3.xml">
  464. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_S3.xml" /></xi:fallback>
  465. </xi:include>
  466. <xi:include href="module_specs/Zend_Service_Amazon_Sqs.xml">
  467. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Sqs.xml" /></xi:fallback>
  468. </xi:include>
  469. <xi:include href="module_specs/Zend_Service_Audioscrobbler.xml" />
  470. <xi:include href="module_specs/Zend_Service_Delicious.xml" />
  471. <xi:include href="module_specs/Zend_Service_Flickr.xml" />
  472. <xi:include href="module_specs/Zend_Service_Nirvanix.xml" />
  473. <xi:include href="module_specs/Zend_Service-ReCaptcha.xml" />
  474. <xi:include href="module_specs/Zend_Service_Simpy.xml" />
  475. <xi:include href="module_specs/Zend_Service_SlideShare.xml" />
  476. <xi:include href="module_specs/Zend_Service_StrikeIron-Overview.xml" />
  477. <xi:include href="module_specs/Zend_Service_StrikeIron-BundledServices.xml" />
  478. <xi:include href="module_specs/Zend_Service_StrikeIron-AdvancedUses.xml" />
  479. <xi:include href="module_specs/Zend_Service_Technorati.xml" />
  480. <xi:include href="module_specs/Zend_Service_Twitter.xml" parse="xml">
  481. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Twitter.xml" parse="xml" /></xi:fallback>
  482. </xi:include>
  483. <xi:include href="module_specs/Zend_Service_Yahoo.xml" />
  484. </chapter>
  485. <chapter id="zend.session">
  486. <title>Zend_Session</title>
  487. <xi:include href="module_specs/Zend_Session-Introduction.xml" />
  488. <xi:include href="module_specs/Zend_Session-BasicUsage.xml" />
  489. <xi:include href="module_specs/Zend_Session-AdvancedUsage.xml" />
  490. <xi:include href="module_specs/Zend_Session-GlobalSessionManagement.xml" />
  491. <xi:include href="module_specs/Zend_Session-SaveHandler-DbTable.xml" />
  492. </chapter>
  493. <chapter id="zend.soap">
  494. <title>Zend_Soap</title>
  495. <xi:include href="module_specs/Zend_Soap_Server.xml" />
  496. <xi:include href="module_specs/Zend_Soap_Client.xml" />
  497. <xi:include href="module_specs/Zend_Soap_Wsdl.xml" />
  498. <xi:include href="module_specs/Zend_Soap_AutoDiscovery.xml" />
  499. </chapter>
  500. <chapter id="zend.tag">
  501. <title>Zend_Tag</title>
  502. <xi:include href="module_specs/Zend_Tag-Introduction.xml" />
  503. <xi:include href="module_specs/Zend_Tag_Cloud.xml">
  504. <xi:fallback><xi:include href="../en/module_specs/Zend_Tag_Cloud.xml" /></xi:fallback>
  505. </xi:include>
  506. </chapter>
  507. <chapter id="zend.test">
  508. <title>Zend_Test</title>
  509. <xi:include href="module_specs/Zend_Test.xml" />
  510. <xi:include href="module_specs/Zend_Test-PHPUnit.xml" parse="xml" />
  511. <xi:include href="module_specs/Zend_Test-PHPUnit-Db.xml" parse="xml">
  512. <xi:fallback><xi:include href="../en/module_specs/Zend_Test-PHPUnit-Db.xml" /></xi:fallback>
  513. </xi:include>
  514. </chapter>
  515. <chapter id="zend.text">
  516. <title>Zend_Text</title>
  517. <xi:include href="module_specs/Zend_Text_Figlet.xml" />
  518. <xi:include href="module_specs/Zend_Text_Table.xml" />
  519. </chapter>
  520. <chapter id="zend.timesync">
  521. <title>Zend_TimeSync</title>
  522. <xi:include href="module_specs/Zend_TimeSync.xml" />
  523. <xi:include href="module_specs/Zend_TimeSync-Working.xml" />
  524. </chapter>
  525. <chapter id="zend.tool.framework">
  526. <title>Zend_Tool_Framework</title>
  527. <xi:include href="module_specs/Zend_Tool_Framework-Introduction.xml" />
  528. <xi:include href="module_specs/Zend_Tool_Framework-CliTool.xml" />
  529. <xi:include href="module_specs/Zend_Tool_Framework-Architecture.xml" />
  530. <xi:include href="module_specs/Zend_Tool_Framework-WritingProviders.xml" />
  531. <xi:include href="module_specs/Zend_Tool_Framework-SystemProviders.xml" />
  532. <xi:include href="module_specs/Zend_Tool_Framework-Extending.xml">
  533. <xi:fallback><xi:include href="../en/module_specs/Zend_Tool_Framework-Extending.xml" /></xi:fallback>
  534. </xi:include>
  535. </chapter>
  536. <chapter id="zend.tool.project">
  537. <title>Zend_Tool_Project</title>
  538. <xi:include href="module_specs/Zend_Tool_Project.xml" />
  539. <xi:include href="module_specs/Zend_Tool_Project-CreateProject.xml">
  540. <xi:fallback><xi:include href="../en/module_specs/Zend_Tool_Project-CreateProject.xml" /></xi:fallback>
  541. </xi:include>
  542. <xi:include href="module_specs/Zend_Tool_Project-Providers.xml" />
  543. <!--
  544. <xi:include href="module_specs/Zend_Tool_Project-Internals.xml" />
  545. -->
  546. </chapter>
  547. <chapter id="zend.translate">
  548. <title>Zend_Translate</title>
  549. <xi:include href="module_specs/Zend_Translate-Introduction.xml" />
  550. <xi:include href="module_specs/Zend_Translate-Adapters.xml" />
  551. <xi:include href="module_specs/Zend_Translate-Using.xml" />
  552. <xi:include href="module_specs/Zend_Translate-SourceCreation.xml" />
  553. <xi:include href="module_specs/Zend_Translate-Additional.xml" />
  554. <xi:include href="module_specs/Zend_Translate-Plurals.xml">
  555. <xi:fallback><xi:include href="../en/module_specs/Zend_Translate-Plurals.xml" /></xi:fallback>
  556. </xi:include>
  557. <xi:include href="module_specs/Zend_Translate-Migration.xml" />
  558. </chapter>
  559. <chapter id="zend.uri">
  560. <title>Zend_Uri</title>
  561. <xi:include href="module_specs/Zend_Uri.xml" />
  562. </chapter>
  563. <chapter id="zend.validate">
  564. <title>Zend_Validate</title>
  565. <xi:include href="module_specs/Zend_Validate.xml" />
  566. <xi:include href="module_specs/Zend_Validate-Set.xml" parse="xml" />
  567. <xi:include href="module_specs/Zend_Validate-ValidatorChains.xml" />
  568. <xi:include href="module_specs/Zend_Validate-WritingValidators.xml" />
  569. <xi:include href="module_specs/Zend_Validate-Messages.xml" />
  570. <xi:include href="module_specs/Zend_Validate-Migration.xml" />
  571. </chapter>
  572. <chapter id="zend.version">
  573. <title>Zend_Version</title>
  574. <xi:include href="module_specs/Zend_Version.xml" />
  575. </chapter>
  576. <chapter id="zend.view">
  577. <title>Zend_View</title>
  578. <xi:include href="module_specs/Zend_View-Introduction.xml" />
  579. <xi:include href="module_specs/Zend_View-Controllers.xml" />
  580. <xi:include href="module_specs/Zend_View-Scripts.xml" />
  581. <xi:include href="module_specs/Zend_View-Helpers.xml" parse="xml" />
  582. <xi:include href="module_specs/Zend_View-Abstract.xml" />
  583. <xi:include href="module_specs/Zend_View-Migration.xml" />
  584. </chapter>
  585. <chapter id="zend.wildfire">
  586. <title>Zend_Wildfire</title>
  587. <xi:include href="module_specs/Zend_Wildfire.xml" />
  588. </chapter>
  589. <chapter id="zend.xmlrpc">
  590. <title>Zend_XmlRpc</title>
  591. <xi:include href="module_specs/Zend_XmlRpc.xml" />
  592. <xi:include href="module_specs/Zend_XmlRpc_Client.xml" />
  593. <xi:include href="module_specs/Zend_XmlRpc_Server.xml" />
  594. </chapter>
  595. <xi:include href="ref/requirements.xml" />
  596. <xi:include href="ref/coding_standard.xml" />
  597. <xi:include href="ref/documentation-standard.xml">
  598. <xi:fallback><xi:include href="../en/ref/documentation-standard.xml" /></xi:fallback>
  599. </xi:include>
  600. <xi:include href="ref/project-structure.xml">
  601. <xi:fallback><xi:include href="../en/ref/project-structure.xml" /></xi:fallback>
  602. </xi:include>
  603. <appendix id="performance">
  604. <title>Zend Framework パフォーマンスガイド</title>
  605. <xi:include href="ref/performance-introduction.xml" />
  606. <xi:include href="ref/performance-classloading.xml" />
  607. <xi:include href="ref/performance-database.xml" />
  608. <xi:include href="ref/performance-localization.xml" />
  609. <xi:include href="ref/performance-view.xml" />
  610. </appendix>
  611. <xi:include href="ref/copyrights.xml" />
  612. <index id="the.index" />
  613. </book>
  614. <!--
  615. vim:se ts=4 sw=4 et:
  616. -->