beberlei 0cb348aa5d ZF-6722, ZF-7783 - Bugfix Zend_CodeGenerator_Php_Parameter::setDefaultValue does not allow null (not in the report, but also not possible are: array(), or array() with values, or 0 or a boolean) by adding a DefaultValue Object equall to the approach in Zend_CodeGenerator_Php_Property, ZF-7779 - Added missing support for variables passed by reference, ZF-7780 - Implemented Zend_CodeGenerator_Php_Parameter::fromReflection() 16 سال پیش
..
.svnignore e443b8c12a [DOCUMENTATION] English: 16 سال پیش
ar 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
bg 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
cs 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
de 9a401596b5 [DOCUMENTATION] German: 16 سال پیش
en 0cb348aa5d ZF-6722, ZF-7783 - Bugfix Zend_CodeGenerator_Php_Parameter::setDefaultValue does not allow null (not in the report, but also not possible are: array(), or array() with values, or 0 or a boolean) by adding a DefaultValue Object equall to the approach in Zend_CodeGenerator_Php_Property, ZF-7779 - Added missing support for variables passed by reference, ZF-7780 - Implemented Zend_CodeGenerator_Php_Parameter::fromReflection() 16 سال پیش
es d31ddc4f80 [DOC-ES] Add new Files 16 سال پیش
fa 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
fr 436d6196a0 [DOCUMENTATION] French: 16 سال پیش
he 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
hu c90aad078d Translation of Bootstrapping introduction and Resource Methods 16 سال پیش
id 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
it 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
ja 92ac1312c0 [DOCUMENTATION] Japanese new Controller Router Route Rest 16 سال پیش
ko 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
nl 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
pl 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
pt-br 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
ro 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
ru 8d7ab35449 [DOCUMENTATION] Russian: 16 سال پیش
sk 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
sl 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
sr 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
tr 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
uk 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
zh 87f5004d2d [DOCUMENTATION] All: update manual.xml.in for all languages 16 سال پیش
Makefile e443b8c12a [DOCUMENTATION] English: 16 سال پیش
README.txt e443b8c12a [DOCUMENTATION] English: 16 سال پیش

README.txt

INTRODUCTION

The manual is written in Docbook XML and requires a Unix-like
operating system with the standard GNU toolchain and xsltproc
or a similar XSLT processor to build the source XML into the
HTML that is shipped with the Zend Framework distributions.

On Windows, you can compile the docbook using Cygwin. See:
http://www.cygwin.com



INSTALLATION FOR WINDOWS USERS

Installation steps for Cygwin:
1. Choose "Install from Internet", click [Next]
2. Choose the directory where you want to install Cygwin. Leave the other
options on their "RECOMMENDED" selection. Click [Next]
3. Select a directory where you want downloaded files to be stored. Click
[Next]
4. Select your way of connecting to the Internet. Click [Next]
5. Choose the most suitable mirror in the mirrorlist. Click [Next]
6. Select the following packages from Devel or Libs to install:
* automake1.9
* libxslt
* make
All dependent packages will automatically be selected for you.
Click [Next]
7. Sit back and relax while Cygwin and the selected packages are being
downloaded and installed. This may take a while.
8. Check the option "Create icon on Desktop" and "Add icon to Start Menu" to
your liking. Click [Finish].



BUILDING THE DOCUMENTATION (*NIX AND CYGWIN)

To build the documentation into HTML:
1. Go to a shell prompt, or Windows users will run Cygwin (you can double-click
the icon on the Desktop or in the Start menu if you've chosen any of these
options at install-time)
2. Navigate to the directory where the documentation files are stored using
the traditional Unix commands. For Cygwin users, drives are stored under
"/cygdrive". So if your documentation files are stored under
"c:\ZF\documentation", you'll need to run the command "cd c:/ZF/documentation/".
You're under a Unix environment, so don't forget all paths are case sensitive!
3. To compile the doc, go to the directory in which manual.xml is located and run:
$ autoconf
$ ./configure
$ make



TROUBLESHOOTING

If you're encountering errors while trying the build instructions above...
1. Remove all files from the html/ subdir except dbstyle.css

2. Remove all files from the root dir except manual.xml, configure.in,
Makefile.in and README. The important one here is entities.ent.

3. You can optionally remove the "/autom4te.cache" directory and the
"/build/docbook-xsl" directory

4. Try to build again following the instructions given above. If it still
throws errors, post a message to the fw-docs@lists.zend.com list.