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.

 

 

Comments

Pingback from Pablo Viquez’s Blog: Zend Framework Documentation | Development Blog With Code Updates : Developercast.com
Time March 12, 2010 at 2:28 pm

[...] might find very useful during their next offline (or online, really) development session – a Windows Help file version of the Zend Framework manual. As you might now, you can view and download the Zend [...]

Comment from Pablo Viquez
Time March 12, 2010 at 2:48 pm

BTW, if you want the documentation in another language, let me know, so I can compile it and post it here. Not all languages are completely translated so you might find sections in english.

Pingback from PHP-help » Pablo Viquez’s Blog: Zend Framework Documentation
Time March 12, 2010 at 4:46 pm

[...] might find very useful during their next offline (or online, really) development session – a Windows Help file version of the Zend Framework manual. As you might now, you can view and download the Zend [...]

Comment from mikaelkael
Time March 15, 2010 at 10:05 am

Hi,
You can find CHM and PDF for 6 languages and each minor version (if buildable) on my own site (with syntax highlighting).
Mickael

Comment from Yellow
Time March 15, 2010 at 11:57 am

Thanks Pablo! Great work!

Trackback from uberVU – social comments
Time March 15, 2010 at 2:28 pm

Social comments and analytics for this post…

This post was mentioned on Twitter by vranac: RT @juokaz: you can grab Zend Framework off-line documentation as chm file here http://bit.ly/dpWygV #zf…

Comment from Bapro
Time March 16, 2010 at 8:06 am

Thank you very much :)

Comment from Henrique Moody
Time March 17, 2010 at 12:06 pm

Thanks Pablo!!!! Great work!

Pingback from Документация .chm Zend Framework
Time June 24, 2010 at 1:40 am

[...] Ссылка на страничку автора Если вам понравилась данная статья, оставьте на нее ссылку! Теги: PHP • zend framework  [...]

Write a comment