Pragmatism in the real world

Getting Started with Zend Framework 1.5, 1.6 and 1.7

Tutorial-Screenshot.jpg
This tutorial is intended to give a very basic introduction to using the Zend Framework to write a simple database driven application.

This tutorial has been tested on versions 1.5.x, 1.6.x and 1.7.x of the Zend Framework. It will not work on any version prior to version 1.5.0.

Tutorial note: If you are getting 404 errors when going to any page other than the home page, please make sure that you have set AllowOverride to All in your Apache configuration.

English version: Dowload the PDF (v1.5.2).

Translations

French by Guillaume Rossolini: Débuter avec Zend Framework 1.5
Czech by Petr Parimucha: http://weblog.pari.cz/293/zaciname-se-zend-framework-15
Portuguese (BR) by José Luciano Calazans Jr.: Iniciando_com_Zend_Framework_1.5.pdf
Russian by Sergey Mitroshin Начало работы с Zend Framework

Code

The associated code is available:

Further reading

Once you have finished this tutorial, Pádraic Brady is in the process of writing a very comprehensive blog tutorial that is well worth going through. Or just buy the book!

Previous versions of this tutorial

The original tutorial for Zend Framework 1.0 is still available, along with the translations for it.

Changelog

1.5.2
Use a screenshot for the directory layout.
1.5.1
Fixed minor mistakes found by Jason Qi and Źmicier.
1.5.0
Significant revision to take advantage of Zend Framework 1.5
1.4.0
Updates to support version 1.0.0. RC1 of the Zend Framework.
1.3.0
Significant reworking to support version 0.9 of the Zend Framework.
1.2.0
Updated tutorial for version 0.6 of the Zend Framework.
1.1.0
Updated tutorial for version 0.2 of the Zend Framework.
1.0
Original version