views:

50

answers:

3

I am trying to learn Zend. I'm having trouble understanding the concept of MVC. Please give some good tutorials.Help me...

A: 

Great tutorial on MVC at phpro.org. I not only learned MVC from that but also created my own MVC framework named EZPHP.

Also, don't forget to come back to Zend Docs which will seem to be easier after you read tutorial from phpro.org :)

Sarfraz
+1  A: 

If you're trying to learn Zend Framework, I would recommend the e-book (still work in progress, but the 10 first chapters should already help quite a bit) called Zend Framework: Survive The Deep End!.

There is definitly some nice stuff in there -- and there are some chapters that say more about MVC than I saw in other manuals / tutorials.


Also, you might want to take a look at Rob Allen's tutorial : Getting Started with Zend Framework 1.10

And, of course, don't forget the official reference guide, and Zend's QuickStart.

Pascal MARTIN
A: 

Here are some links to get you started:

SO related question

Zend Quickstart

And, as Pascal said, check the e-book he suggested.

Lombo