views:

245

answers:

3

Hi,

Iam coding my first Zend Framework application. Iam looking for some good applications for beginners to learn the framework and its intricacies.

I went through the quick start guestbook application from Zend's website in first 2 days and it was a nice tutorial and I got to learn many things from it.

However I want to go through some more apps and make myself more confident before I actually start contributing code to my actual product which my team is building.

Any references on the same?

+2  A: 

Here's a famous tutorial on building a Zend Framework based blog from scratch:

http://blog.astrumfutura.com/archives/367-Example-Zend-Framework-Blog-Application-Tutorial-Parts-1-8-Revisited.html

karim79
+3  A: 

This Alex's tutorial series on YouTube is very nice.

Take a look at zendcasts.com as well.

If you prefer book, take a look at Keith Pope's 'Zend Framework 1.8 - Web Application Development'.

Zend Framework 1.8 web application development

You should take a look how do Zend Framework Contributors write their applications. Search for sample applications:

takeshin
+1 for zendcasts.com
Marcin
+2  A: 

Rob Allen's tutorial is rather famous too:

Gordon
this is a pretty well known :) still thanks for the link +1 to you..
Sumit Ghosh