1 <?xml version="1.0" encoding="utf-8"?>
6 <!ENTITY zf.manual.link 'http://framework.zend.com/manual/en'>
7 <!ENTITY php.manual.link 'http://www.php.net/manual/en'>
10 <!ENTITY book.title 'Programmer's Reference Guide'>
11 <!ENTITY book.pdf1.title 'Programmer's Reference Guide: Volume 1'>
12 <!ENTITY book.pdf2.title 'Programmer's Reference Guide: Volume 2'>
13 <!ENTITY book.subtitle 'Zend Framework'>
14 <!ENTITY book.edition 'Programmer's Reference Guide for Zend Framework'>
16 <!ENTITY chapter.introduction.title 'Introduction to Zend Framework'>
18 <!ENTITY part.learning.title 'Learning Zend Framework'>
19 <!ENTITY part.learning.quickstart.title 'Zend Framework Quick Start'>
20 <!ENTITY part.learning.autoloading.title 'Autoloading in Zend Framework'>
21 <!ENTITY part.learning.plugins.title 'Plugins in Zend Framework'>
22 <!ENTITY part.learning.layout.title 'Getting Started with Zend_Layout'>
23 <!ENTITY part.learning.view.placeholders.title 'Getting Started Zend_View Placeholders'>
24 <!ENTITY part.learning.form.decorators.title 'Understanding and Using Zend Form Decorators'>
25 <!ENTITY part.learning.multiuser.title 'Getting Started with Zend_Session, Zend_Auth, and Zend_Acl'>
26 <!ENTITY part.learning.lucene.title 'Getting Started with Zend_Search_Lucene'>
27 <!ENTITY part.learning.paginator.title 'Getting Started with Zend_Paginator'>
29 <!ENTITY part.reference.title 'Zend Framework Reference'>
31 <!ENTITY appendix.migration.title 'Zend Framework Migration Notes'>
33 <!ENTITY appendix.performance.title 'Zend Framework Performance Guide'>
35 <!-- requirements table -->
36 <!ENTITY requirements.extensions.table.title 'PHP Extensions Used in Zend Framework by Component'>
37 <!ENTITY requirements.zendcomponents.table.title 'Zend Framework Components and the PHP Extensions they use'>
38 <!ENTITY requirements.dependencies.table.title 'Zend Framework Components and their dependency to other Zend Framework Components'>
40 <!ENTITY requirements.php.extensions '<acronym>PHP</acronym> Extension'>
41 <!ENTITY requirements.dependency.type 'Dependency Type'>
42 <!ENTITY requirements.used.by.zf.components 'Used by Zend Framework Components'>
43 <!ENTITY requirements.zf.component 'Zend Framework Component'>
44 <!ENTITY requirements.dependent.zf.components 'Dependent Zend Framework Component'>
46 <!ENTITY requirements.hard 'Hard'>
47 <!ENTITY requirements.soft 'Soft'>
48 <!ENTITY requirements.fix 'Fix'>
49 <!ENTITY requirements.sub 'Sub'>
51 <!ENTITY requirements.all.components 'All Components'>
52 <!ENTITY requirements.virtually.all.components 'Virtually all components'>
53 <!ENTITY requirements.all.pdo.adapters 'All <acronym>PDO</acronym> database adapters'>