Rakes
Rakes

Reputation: 102

How to learn Zend

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

Upvotes: 0

Views: 274

Answers (2)

Lombo
Lombo

Reputation: 12235

Here are some links to get you started:

SO related question

Zend Quickstart

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

Upvotes: 0

Pascal MARTIN
Pascal MARTIN

Reputation: 401182

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.

Upvotes: 1

Related Questions