Translations of my Zend Framework Tutorial for ZF 1.10 & 1.11

24th January 2011

Recently, a couple of people have very generously donated their time to translate my Zend Framework Tutorial into their native language to help their fellow countrymen.

Firstly, Mario Santagiuliana has provided an Italian translation: Introduzione allo Zend Framework.

Secondly, Radosław Benkel translated into Polish and I'm hosting the PDF here: Pierwsze kroki z Zend Framework.pdf.

Thank you both!

Tutorial Q&A PDF

1st September 2009

Chris Kirk has kindly provided a Q&A PDF which summarises a number of problems that have been raised and answered in the comments on the tutorial page. If you are having problems, download it and see if it helps.

Thanks Chris!

Notes on using Oracle with my tutorial

6th June 2007

William Graham has been playing with the Zend Framework and Oracle using my tutorial.

His notes are very useful if you want to get my admittedly MySQL-centric tutorial working with Oracle. I've come across that uppercase field name thing before in an application I wrote at work that needed to transfer some data from Oracle to SQL Server. Took me a while to work out what was going on.

I'm a little confused about the case of form element names in $_POST, so will have to test that at some point.