manual.xml.in 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <!-- EN-Revision: 19661 -->
  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. </chapter>
  120. <chapter id="zend.currency">
  121. <title>Zend_Currency</title>
  122. <xi:include href="module_specs/Zend_Currency-Introduction.xml" />
  123. <xi:include href="module_specs/Zend_Currency-Usage.xml" />
  124. </chapter>
  125. <chapter id="zend.date">
  126. <title>Zend_Date</title>
  127. <xi:include href="module_specs/Zend_Date-Introduction.xml" />
  128. <xi:include href="module_specs/Zend_Date-Theory.xml" />
  129. <xi:include href="module_specs/Zend_Date-Basic.xml" />
  130. <xi:include href="module_specs/Zend_Date-Overview.xml" />
  131. <xi:include href="module_specs/Zend_Date-Creation.xml" />
  132. <xi:include href="module_specs/Zend_Date-Constants.xml" />
  133. <xi:include href="module_specs/Zend_Date-Additional.xml" />
  134. </chapter>
  135. <chapter id="zend.db">
  136. <title>Zend_Db</title>
  137. <xi:include href="module_specs/Zend_Db_Adapter.xml" />
  138. <xi:include href="module_specs/Zend_Db_Statement.xml" />
  139. <xi:include href="module_specs/Zend_Db_Profiler.xml" parse="xml" />
  140. <xi:include href="module_specs/Zend_Db_Select.xml" />
  141. <xi:include href="module_specs/Zend_Db_Table.xml" />
  142. <xi:include href="module_specs/Zend_Db_Table_Row.xml" />
  143. <xi:include href="module_specs/Zend_Db_Table_Rowset.xml" />
  144. <xi:include href="module_specs/Zend_Db_Table-Relationships.xml" />
  145. <xi:include href="module_specs/Zend_Db_Table_Definition.xml" />
  146. </chapter>
  147. <chapter id="zend.debug">
  148. <title>Zend_Debug</title>
  149. <xi:include href="module_specs/Zend_Debug.xml" />
  150. </chapter>
  151. <chapter id="zend.dojo">
  152. <title>Zend_Dojo</title>
  153. <xi:include href="module_specs/Zend_Dojo.xml" />
  154. <xi:include href="module_specs/Zend_Dojo-Data.xml" />
  155. <xi:include href="module_specs/Zend_Dojo-View.xml" parse="xml" />
  156. <xi:include href="module_specs/Zend_Dojo-Form.xml" parse="xml" />
  157. <xi:include href="module_specs/Zend_Dojo-BuildLayers.xml">
  158. <xi:fallback><xi:include href="../en/module_specs/Zend_Dojo-BuildLayers.xml" /></xi:fallback>
  159. </xi:include>
  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. <xi:include href="module_specs/Zend_Exception-Basic.xml" />
  170. <xi:include href="module_specs/Zend_Exception-Previous.xml">
  171. <xi:fallback><xi:include href="../en/module_specs/Zend_Exception-Previous.xml" /></xi:fallback>
  172. </xi:include>
  173. </chapter>
  174. <chapter id="zend.feed">
  175. <title>Zend_Feed</title>
  176. <xi:include href="module_specs/Zend_Feed-Introduction.xml" />
  177. <xi:include href="module_specs/Zend_Feed-Importing.xml" />
  178. <xi:include href="module_specs/Zend_Feed-FindFeeds.xml" />
  179. <xi:include href="module_specs/Zend_Feed-ConsumingRss.xml" />
  180. <xi:include href="module_specs/Zend_Feed-ConsumingAtom.xml" />
  181. <xi:include href="module_specs/Zend_Feed-ConsumingAtomSingle.xml" />
  182. <xi:include href="module_specs/Zend_Feed-ModifyingFeed.xml" />
  183. <xi:include href="module_specs/Zend_Feed-CustomFeed.xml" />
  184. <xi:include href="module_specs/Zend_Feed_Reader.xml">
  185. <xi:fallback><xi:include href="../en/module_specs/Zend_Feed_Reader.xml" /></xi:fallback>
  186. </xi:include>
  187. </chapter>
  188. <chapter id="zend.file">
  189. <title>Zend_File</title>
  190. <xi:include href="module_specs/Zend_File_Transfer-Introduction.xml" />
  191. <xi:include href="module_specs/Zend_File_Transfer-Validators.xml" />
  192. <xi:include href="module_specs/Zend_File_Transfer-Filters.xml">
  193. <xi:fallback><xi:include href="../en/module_specs/Zend_File_Transfer-Filters.xml" /></xi:fallback>
  194. </xi:include>
  195. </chapter>
  196. <chapter id="zend.filter">
  197. <title>Zend_Filter</title>
  198. <xi:include href="module_specs/Zend_Filter.xml" />
  199. <xi:include href="module_specs/Zend_Filter-Set.xml" />
  200. <xi:include href="module_specs/Zend_Filter-FilterChains.xml" />
  201. <xi:include href="module_specs/Zend_Filter-WritingFilters.xml" />
  202. <xi:include href="module_specs/Zend_Filter_Input.xml" />
  203. <xi:include href="module_specs/Zend_Filter-Inflector.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_Cookie-Handling.xml" />
  243. <xi:include href="module_specs/Zend_Http_Response.xml" />
  244. </chapter>
  245. <chapter id="zend.infocard">
  246. <title>Zend_InfoCard</title>
  247. <xi:include href="module_specs/Zend_InfoCard-Basics.xml" />
  248. </chapter>
  249. <chapter id="zend.json">
  250. <title>Zend_Json</title>
  251. <xi:include href="module_specs/Zend_Json-Introduction.xml" />
  252. <xi:include href="module_specs/Zend_Json-Basics.xml" />
  253. <xi:include href="module_specs/Zend_Json-Objects.xml" />
  254. <xi:include href="module_specs/Zend_Json-xml2json.xml" />
  255. <xi:include href="module_specs/Zend_Json-Server.xml" />
  256. </chapter>
  257. <chapter id="zend.layout">
  258. <title>Zend_Layout</title>
  259. <xi:include href="module_specs/Zend_Layout-Introduction.xml" />
  260. <xi:include href="module_specs/Zend_Layout-QuickStart.xml" />
  261. <xi:include href="module_specs/Zend_Layout-Options.xml" />
  262. <xi:include href="module_specs/Zend_Layout-Advanced.xml" />
  263. </chapter>
  264. <chapter id="zend.ldap">
  265. <title>Zend_Ldap</title>
  266. <xi:include href="module_specs/Zend_Ldap-Introduction.xml" />
  267. <xi:include href="module_specs/Zend_Ldap-API.xml" />
  268. <xi:include href="module_specs/Zend_Ldap-Usage.xml" />
  269. <xi:include href="module_specs/Zend_Ldap-Tools.xml" />
  270. <xi:include href="module_specs/Zend_Ldap-Node.xml" />
  271. <xi:include href="module_specs/Zend_Ldap-Server.xml" />
  272. <xi:include href="module_specs/Zend_Ldap-LDIF.xml" />
  273. </chapter>
  274. <chapter id="zend.loader">
  275. <title>Zend_Loader</title>
  276. <xi:include href="module_specs/Zend_Loader.xml" />
  277. <xi:include href="module_specs/Zend_Loader-Autoloader.xml">
  278. <xi:fallback><xi:include href="../en/module_specs/Zend_Loader-Autoloader.xml" /></xi:fallback>
  279. </xi:include>
  280. <xi:include href="module_specs/Zend_Loader-Autoloader-Resource.xml">
  281. <xi:fallback><xi:include href="../en/module_specs/Zend_Loader-Autoloader-Resource.xml" /></xi:fallback>
  282. </xi:include>
  283. <xi:include href="module_specs/Zend_Loader-PluginLoader.xml" />
  284. </chapter>
  285. <chapter id="zend.locale">
  286. <title>Zend_Locale</title>
  287. <xi:include href="module_specs/Zend_Locale-Introduction.xml" />
  288. <xi:include href="module_specs/Zend_Locale-Functions.xml" />
  289. <xi:include href="module_specs/Zend_Locale-Parsing.xml" />
  290. <xi:include href="module_specs/Zend_Locale-DatesTimes.xml" />
  291. <xi:include href="module_specs/Zend_Locale-AppendixLanguages.xml" />
  292. </chapter>
  293. <chapter id="zend.log">
  294. <title>Zend_Log</title>
  295. <xi:include href="module_specs/Zend_Log-Overview.xml" />
  296. <xi:include href="module_specs/Zend_Log-Writers.xml" parse="xml" />
  297. <xi:include href="module_specs/Zend_Log-Formatters.xml" />
  298. <xi:include href="module_specs/Zend_Log-Filters.xml" />
  299. <xi:include href="module_specs/Zend_Log-Factory.xml">
  300. <xi:fallback><xi:include href="../en/module_specs/Zend_Log-Factory.xml" /></xi:fallback>
  301. </xi:include>
  302. </chapter>
  303. <chapter id="zend.mail">
  304. <title>Zend_Mail</title>
  305. <xi:include href="module_specs/Zend_Mail-Introduction.xml" />
  306. <xi:include href="module_specs/Zend_Mail-Sending.xml" />
  307. <xi:include href="module_specs/Zend_Mail-MultipleEmails.xml" />
  308. <xi:include href="module_specs/Zend_Mail-DifferentTransports.xml" />
  309. <xi:include href="module_specs/Zend_Mail-HtmlMails.xml" />
  310. <xi:include href="module_specs/Zend_Mail-Attachments.xml" />
  311. <xi:include href="module_specs/Zend_Mail-AddingRecipients.xml" />
  312. <xi:include href="module_specs/Zend_Mail-Boundary.xml" />
  313. <xi:include href="module_specs/Zend_Mail-AdditionalHeaders.xml" />
  314. <xi:include href="module_specs/Zend_Mail-CharacterSets.xml" />
  315. <xi:include href="module_specs/Zend_Mail-Encoding.xml" />
  316. <xi:include href="module_specs/Zend_Mail-SmtpAuthentication.xml" />
  317. <xi:include href="module_specs/Zend_Mail-SmtpSecure.xml" />
  318. <xi:include href="module_specs/Zend_Mail_Read.xml" />
  319. </chapter>
  320. <chapter id="zend.measure">
  321. <title>Zend_Measure</title>
  322. <xi:include href="module_specs/Zend_Measure-Introduction.xml" />
  323. <xi:include href="module_specs/Zend_Measure-Creation.xml" />
  324. <xi:include href="module_specs/Zend_Measure-Output.xml" />
  325. <xi:include href="module_specs/Zend_Measure-Edit.xml" />
  326. <xi:include href="module_specs/Zend_Measure-Types.xml" />
  327. </chapter>
  328. <chapter id="zend.memory">
  329. <title>Zend_Memory</title>
  330. <xi:include href="module_specs/Zend_Memory-Overview.xml" />
  331. <xi:include href="module_specs/Zend_Memory-MemoryManager.xml" />
  332. <xi:include href="module_specs/Zend_Memory-MemoryObjects.xml" />
  333. </chapter>
  334. <chapter id="zend.mime">
  335. <title>Zend_Mime</title>
  336. <xi:include href="module_specs/Zend_Mime.xml" />
  337. <xi:include href="module_specs/Zend_Mime_Message.xml" />
  338. <xi:include href="module_specs/Zend_Mime_Part.xml" />
  339. </chapter>
  340. <chapter id="zend.navigation">
  341. <title>Zend_Navigation</title>
  342. <xi:include href="module_specs/Zend_Navigation-Introduction.xml" />
  343. <xi:include href="module_specs/Zend_Navigation-Pages.xml" />
  344. <xi:include href="module_specs/Zend_Navigation-Containers.xml">
  345. <xi:fallback><xi:include href="../en/module_specs/Zend_Navigation-Containers.xml" /></xi:fallback>
  346. </xi:include>
  347. </chapter>
  348. <chapter id="zend.openid">
  349. <title>Zend_OpenId</title>
  350. <xi:include href="module_specs/Zend_OpenId-Introduction.xml" />
  351. <xi:include href="module_specs/Zend_OpenId-Consumer.xml" />
  352. <xi:include href="module_specs/Zend_OpenId-Provider.xml" />
  353. </chapter>
  354. <chapter id="zend.paginator">
  355. <title>Zend_Paginator</title>
  356. <xi:include href="module_specs/Zend_Paginator-Introduction.xml" />
  357. <xi:include href="module_specs/Zend_Paginator-Usage.xml" />
  358. <xi:include href="module_specs/Zend_Paginator-Configuration.xml" />
  359. <xi:include href="module_specs/Zend_Paginator-Advanced.xml" />
  360. </chapter>
  361. <chapter id="zend.pdf">
  362. <title>Zend_Pdf</title>
  363. <xi:include href="module_specs/Zend_Pdf-Introduction.xml" />
  364. <xi:include href="module_specs/Zend_Pdf-Create.xml" />
  365. <xi:include href="module_specs/Zend_Pdf-Save.xml" />
  366. <xi:include href="module_specs/Zend_Pdf-Pages.xml" />
  367. <xi:include href="module_specs/Zend_Pdf-Drawing.xml" />
  368. <xi:include href="module_specs/Zend_Pdf-InteractiveFeatures.xml">
  369. <xi:fallback>
  370. <xi:include href="../en/module_specs/Zend_Pdf-InteractiveFeatures.xml" />
  371. </xi:fallback>
  372. </xi:include>
  373. <xi:include href="module_specs/Zend_Pdf-Properties.xml" />
  374. <xi:include href="module_specs/Zend_Pdf-Usage.xml" />
  375. </chapter>
  376. <chapter id="zend.progressbar">
  377. <title>Zend_ProgressBar</title>
  378. <xi:include href="module_specs/Zend_ProgressBar.xml" />
  379. </chapter>
  380. <chapter id="zend.queue">
  381. <title>Zend_Queue</title>
  382. <xi:include href="module_specs/Zend_Queue-Introduction.xml" />
  383. <xi:include href="module_specs/Zend_Queue-Example.xml" />
  384. <xi:include href="module_specs/Zend_Queue-Framework.xml" />
  385. <xi:include href="module_specs/Zend_Queue-Adapters.xml" />
  386. <xi:include href="module_specs/Zend_Queue-Custom.xml" />
  387. <xi:include href="module_specs/Zend_Queue-Stomp.xml" />
  388. </chapter>
  389. <chapter id="zend.reflection">
  390. <title>Zend_Reflection</title>
  391. <xi:include href="module_specs/Zend_Reflection-Introduction.xml" />
  392. <xi:include href="module_specs/Zend_Reflection-Examples.xml" />
  393. <xi:include href="module_specs/Zend_Reflection-Reference.xml" />
  394. </chapter>
  395. <chapter id="zend.registry">
  396. <title>Zend_Registry</title>
  397. <xi:include href="module_specs/Zend_Registry.xml" />
  398. </chapter>
  399. <chapter id="zend.rest">
  400. <title>Zend_Rest</title>
  401. <xi:include href="module_specs/Zend_Rest.xml" />
  402. <xi:include href="module_specs/Zend_Rest_Client.xml" />
  403. <xi:include href="module_specs/Zend_Rest_Server.xml" />
  404. </chapter>
  405. <chapter id="zend.search.lucene">
  406. <title>Zend_Search_Lucene</title>
  407. <xi:include href="module_specs/Zend_Search_Lucene-Overview.xml" />
  408. <xi:include href="module_specs/Zend_Search_Lucene-IndexCreation.xml" />
  409. <xi:include href="module_specs/Zend_Search_Lucene-Searching.xml" />
  410. <xi:include href="module_specs/Zend_Search_Lucene-QueryLanguage.xml" />
  411. <xi:include href="module_specs/Zend_Search_Lucene-Queries.xml" />
  412. <xi:include href="module_specs/Zend_Search_Lucene-Charset.xml" />
  413. <xi:include href="module_specs/Zend_Search_Lucene-Extending.xml" />
  414. <xi:include href="module_specs/Zend_Search_Lucene-JavaLucene.xml" />
  415. <xi:include href="module_specs/Zend_Search_Lucene-Advanced.xml" />
  416. <xi:include href="module_specs/Zend_Search_Lucene-BestPractice.xml" />
  417. </chapter>
  418. <chapter id="zend.server">
  419. <title>Zend_Server</title>
  420. <xi:include href="module_specs/Zend_Server.xml" />
  421. <xi:include href="module_specs/Zend_Server_Reflection.xml" />
  422. </chapter>
  423. <chapter id="zend.service">
  424. <title>Zend_Service</title>
  425. <xi:include href="module_specs/Zend_Service.xml" />
  426. <xi:include href="module_specs/Zend_Service_Akismet.xml" />
  427. <xi:include href="module_specs/Zend_Service_Amazon.xml" />
  428. <xi:include href="module_specs/Zend_Service_Amazon_Ec2.xml" />
  429. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Instance.xml">
  430. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Instance.xml" /></xi:fallback>
  431. </xi:include>
  432. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-WindowsInstance.xml">
  433. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-WindowsInstance.xml" /></xi:fallback>
  434. </xi:include>
  435. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-ReservedInstance.xml">
  436. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-ReservedInstance.xml" /></xi:fallback>
  437. </xi:include>
  438. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-CloudWatch.xml">
  439. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-CloudWatch.xml" /></xi:fallback>
  440. </xi:include>
  441. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Image.xml">
  442. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Image.xml" /></xi:fallback>
  443. </xi:include>
  444. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Ebs.xml">
  445. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Ebs.xml" /></xi:fallback>
  446. </xi:include>
  447. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml">
  448. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml" /></xi:fallback>
  449. </xi:include>
  450. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Keypair.xml" />
  451. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-RegionsAndAvalibilityZones.xml" />
  452. <xi:include href="module_specs/Zend_Service_Amazon_Ec2-Securitygroups.xml">
  453. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Ec2-Securitygroups.xml" /></xi:fallback>
  454. </xi:include>
  455. <xi:include href="module_specs/Zend_Service_Amazon_S3.xml">
  456. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_S3.xml" /></xi:fallback>
  457. </xi:include>
  458. <xi:include href="module_specs/Zend_Service_Amazon_Sqs.xml">
  459. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Amazon_Sqs.xml" /></xi:fallback>
  460. </xi:include>
  461. <xi:include href="module_specs/Zend_Service_Audioscrobbler.xml" />
  462. <xi:include href="module_specs/Zend_Service_Delicious.xml" />
  463. <xi:include href="module_specs/Zend_Service_Flickr.xml" />
  464. <xi:include href="module_specs/Zend_Service_LiveDocx.xml">
  465. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_LiveDocx.xml"/></xi:fallback>
  466. </xi:include>
  467. <xi:include href="module_specs/Zend_Service_Nirvanix.xml" />
  468. <xi:include href="module_specs/Zend_Service-ReCaptcha.xml" />
  469. <xi:include href="module_specs/Zend_Service_Simpy.xml" />
  470. <xi:include href="module_specs/Zend_Service_SlideShare.xml" />
  471. <xi:include href="module_specs/Zend_Service_StrikeIron-Overview.xml" />
  472. <xi:include href="module_specs/Zend_Service_StrikeIron-BundledServices.xml" />
  473. <xi:include href="module_specs/Zend_Service_StrikeIron-AdvancedUses.xml" />
  474. <xi:include href="module_specs/Zend_Service_Technorati.xml" />
  475. <xi:include href="module_specs/Zend_Service_Twitter.xml" parse="xml">
  476. <xi:fallback><xi:include href="../en/module_specs/Zend_Service_Twitter.xml" parse="xml" /></xi:fallback>
  477. </xi:include>
  478. <xi:include href="module_specs/Zend_Service_Yahoo.xml" />
  479. </chapter>
  480. <chapter id="zend.session">
  481. <title>Zend_Session</title>
  482. <xi:include href="module_specs/Zend_Session-Introduction.xml" />
  483. <xi:include href="module_specs/Zend_Session-BasicUsage.xml" />
  484. <xi:include href="module_specs/Zend_Session-AdvancedUsage.xml" />
  485. <xi:include href="module_specs/Zend_Session-GlobalSessionManagement.xml" />
  486. <xi:include href="module_specs/Zend_Session-SaveHandler-DbTable.xml" />
  487. </chapter>
  488. <chapter id="zend.soap">
  489. <title>Zend_Soap</title>
  490. <xi:include href="module_specs/Zend_Soap_Server.xml" />
  491. <xi:include href="module_specs/Zend_Soap_Client.xml" />
  492. <xi:include href="module_specs/Zend_Soap_Wsdl.xml" />
  493. <xi:include href="module_specs/Zend_Soap_AutoDiscovery.xml" />
  494. </chapter>
  495. <chapter id="zend.tag">
  496. <title>Zend_Tag</title>
  497. <xi:include href="module_specs/Zend_Tag-Introduction.xml" />
  498. <xi:include href="module_specs/Zend_Tag_Cloud.xml">
  499. <xi:fallback><xi:include href="../en/module_specs/Zend_Tag_Cloud.xml" /></xi:fallback>
  500. </xi:include>
  501. </chapter>
  502. <chapter id="zend.test">
  503. <title>Zend_Test</title>
  504. <xi:include href="module_specs/Zend_Test.xml" />
  505. <xi:include href="module_specs/Zend_Test-PHPUnit.xml" parse="xml" />
  506. <xi:include href="module_specs/Zend_Test-PHPUnit-Db.xml" parse="xml" />
  507. </chapter>
  508. <chapter id="zend.text">
  509. <title>Zend_Text</title>
  510. <xi:include href="module_specs/Zend_Text_Figlet.xml" />
  511. <xi:include href="module_specs/Zend_Text_Table.xml" />
  512. </chapter>
  513. <chapter id="zend.timesync">
  514. <title>Zend_TimeSync</title>
  515. <xi:include href="module_specs/Zend_TimeSync.xml" />
  516. <xi:include href="module_specs/Zend_TimeSync-Working.xml" />
  517. </chapter>
  518. <chapter id="zend.tool.framework">
  519. <title>Zend_Tool_Framework</title>
  520. <xi:include href="module_specs/Zend_Tool_Framework-Introduction.xml" />
  521. <xi:include href="module_specs/Zend_Tool_Framework-CliTool.xml" />
  522. <xi:include href="module_specs/Zend_Tool_Framework-Architecture.xml" />
  523. <xi:include href="module_specs/Zend_Tool_Framework-WritingProviders.xml" />
  524. <xi:include href="module_specs/Zend_Tool_Framework-SystemProviders.xml" />
  525. <xi:include href="module_specs/Zend_Tool_Framework-Extending.xml">
  526. <xi:fallback><xi:include href="../en/module_specs/Zend_Tool_Framework-Extending.xml" /></xi:fallback>
  527. </xi:include>
  528. </chapter>
  529. <chapter id="zend.tool.project">
  530. <title>Zend_Tool_Project</title>
  531. <xi:include href="module_specs/Zend_Tool_Project.xml" />
  532. <xi:include href="module_specs/Zend_Tool_Project-CreateProject.xml" />
  533. <xi:include href="module_specs/Zend_Tool_Project-Providers.xml" />
  534. <!-- <xi:include href="module_specs/Zend_Tool_Project-Internals.xml" /> -->
  535. </chapter>
  536. <chapter id="zend.translate">
  537. <title>Zend_Translate</title>
  538. <xi:include href="module_specs/Zend_Translate-Introduction.xml" />
  539. <xi:include href="module_specs/Zend_Translate-Adapters.xml" />
  540. <xi:include href="module_specs/Zend_Translate-Using.xml" />
  541. <xi:include href="module_specs/Zend_Translate-SourceCreation.xml" />
  542. <xi:include href="module_specs/Zend_Translate-Additional.xml" />
  543. <xi:include href="module_specs/Zend_Translate-Plurals.xml">
  544. <xi:fallback><xi:include href="../en/module_specs/Zend_Translate-Plurals.xml" /></xi:fallback>
  545. </xi:include>
  546. </chapter>
  547. <chapter id="zend.uri">
  548. <title>Zend_Uri</title>
  549. <xi:include href="module_specs/Zend_Uri.xml" />
  550. </chapter>
  551. <chapter id="zend.validate">
  552. <title>Zend_Validate</title>
  553. <xi:include href="module_specs/Zend_Validate.xml" />
  554. <xi:include href="module_specs/Zend_Validate-Set.xml" parse="xml" />
  555. <xi:include href="module_specs/Zend_Validate-ValidatorChains.xml" />
  556. <xi:include href="module_specs/Zend_Validate-WritingValidators.xml" />
  557. <xi:include href="module_specs/Zend_Validate-Messages.xml" />
  558. </chapter>
  559. <chapter id="zend.version">
  560. <title>Zend_Version</title>
  561. <xi:include href="module_specs/Zend_Version.xml" />
  562. </chapter>
  563. <chapter id="zend.view">
  564. <title>Zend_View</title>
  565. <xi:include href="module_specs/Zend_View-Introduction.xml" />
  566. <xi:include href="module_specs/Zend_View-Controllers.xml" />
  567. <xi:include href="module_specs/Zend_View-Scripts.xml" />
  568. <xi:include href="module_specs/Zend_View-Helpers.xml" parse="xml" />
  569. <xi:include href="module_specs/Zend_View-Abstract.xml" />
  570. </chapter>
  571. <chapter id="zend.wildfire">
  572. <title>Zend_Wildfire</title>
  573. <xi:include href="module_specs/Zend_Wildfire.xml" />
  574. </chapter>
  575. <chapter id="zend.xmlrpc">
  576. <title>Zend_XmlRpc</title>
  577. <xi:include href="module_specs/Zend_XmlRpc.xml" />
  578. <xi:include href="module_specs/Zend_XmlRpc_Client.xml" />
  579. <xi:include href="module_specs/Zend_XmlRpc_Server.xml" />
  580. </chapter>
  581. <xi:include href="ref/requirements.xml" />
  582. <appendix id="migration">
  583. <title>Zend Framework 移行上の注意</title>
  584. <xi:include href="ref/migration-110.xml" />
  585. <xi:include href="ref/migration-19.xml" />
  586. <xi:include href="ref/migration-18.xml" />
  587. <xi:include href="ref/migration-17.xml" />
  588. <xi:include href="ref/migration-16.xml" />
  589. <xi:include href="ref/migration-15.xml" />
  590. <xi:include href="ref/migration-10.xml" />
  591. <xi:include href="ref/migration-09.xml" />
  592. <xi:include href="ref/migration-08.xml" />
  593. <xi:include href="ref/migration-06.xml" />
  594. </appendix>
  595. <xi:include href="ref/coding_standard.xml" />
  596. <xi:include href="ref/documentation-standard.xml" />
  597. <xi:include href="ref/project-structure.xml" />
  598. <appendix id="performance">
  599. <title>Zend Framework パフォーマンスガイド</title>
  600. <xi:include href="ref/performance-introduction.xml" />
  601. <xi:include href="ref/performance-classloading.xml" />
  602. <xi:include href="ref/performance-database.xml" />
  603. <xi:include href="ref/performance-localization.xml" />
  604. <xi:include href="ref/performance-view.xml" />
  605. </appendix>
  606. <xi:include href="ref/copyrights.xml" />
  607. <index id="the.index" />
  608. </book>
  609. <!--
  610. vim:se ts=4 sw=4 et:
  611. -->