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