Pablo Viquez Blog

Mi vida y cosas relacionadas

Skip to: Content | Sidebar | Footer

Zend Framework Documentation

12 March, 2010 (02:09) | PHP | By: Pablo Viquez

I’ve been wanting to do this for quite some time now, so here it’s. Go to the downloads

As you might now, you can view and download the Zend Framework reference manual from the Zend Framework site and download it from the download section, however what I wanted was the Windows compiled version of it (CHM file). In order to get this version you need to compile the documentation, after running into some small issues, I manage to do it, and to save you some work here it’s :D

By the way, the problem I had was parsing one XML file. Zend Framework issue tracker reports that the issue was fixed but the SVN tag have the error, anyway if you try to create the documentation from the SVN repository for the version 1.10.2, you will encounter some parsing errors, in order to fix those, you can do this:

Line 161
From:

<title type="html"><![CDATA[All Your Base Are Belong To Us]]></title>

To:

<title type="html"><![CDATA[All Your Base Are Belong To Us]]&gt;</title>

Line 163
From:

<![CDATA[Exposing the difficultly of porting games to English.]]>

To:

<![CDATA[Exposing the difficultly of porting games to English.]]&gt;

Line 177
From:

The example is long enough as is ;;).]]>

To:

The example is long enough as is ;;).]]&gt;

IMPORTANT, since you escaped the XML file, you also need to revert it in the generated HTML file.

Anyway, if you want you can just download both files here: Zend_Feed_Writer.xml and zend.feed.writer.html

Zend Framework Documentation – CHM Format

I compile the CHM format for English and Spanish, the spanish version is incomplete so you might find some parts in english.

English
Español

Información para el archivo en español

La documentación en español está incompleta y debido a esto, se econtrará muchas secciones de la guía en inglés.