manual.xml.in 31 KB

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