Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'd like to use ZF2 for an upcoming project. However, I find it really hard to understand the few tutorials that I've found out there. Most of them just tell you to put stuff in files without really explaining what everything is or any other option I may have.

Is there any book or tutorial for an absolute zf beginner?


Well, I started using Yii until ZF2 is released.

Yii has just amazed me. In two days I've been able to start building something. It is dead simple, yet powerful. They have great documentation and the framework is very easy to understand and use if you have a good knowledge of MVC and SQL. The documentation on their site is also very good. There are tutorials for absolute beginners. That I liked. Zend may be a more robust and powerful framework, but it's tediously painful to learn. It lacks the simplicity of Yii. I went nuts trying to understand all those configuration lines.

I followed every tutorial recommended in this thread for two weeks and gave up. Telling someone to just enter some code without explaining what it means or how it can be tweaked is not a good way to teach and promote a framework. I'll pick up ZF2 when it's released. I hope they make it friendlier. I hope the documentation also improves and goes from simple to complex examples. I really want to learn the ZF.

share|improve this question
Akrabat is your best bet, otherwise just read the framework. – markus Apr 16 '12 at 21:34
That's the tutorial I tried to follow. It basically tells you to put this an that, here and there. It doesn't really explain much. I guess it would've been easier if I knew ZF1 to begin with, but it doesn't make sense to learn it now when version 2 will be out soon. – user1336449 Apr 16 '12 at 21:41
I wrote a blog post that addresses some of this. – David Weinraub Apr 17 '12 at 4:43
you're to early for that kind of documentation for ZF2, we have a bit of a wait yet until us newbies are going to be able to tackle this one. Even the official documentation is incomplete. – RockyFord Apr 17 '12 at 6:31
I don't think that ZF2 is at a useable stage yet, there is still a lot of functionality missing. Remember, it hasn't reached beta yet. I would say, that at the moment, it is for experienced developers only and probably not them. – vascowhite Apr 17 '12 at 6:47
show 2 more comments

closed as not constructive by casperOne Apr 20 '12 at 15:40

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

3 Answers

up vote 21 down vote accepted

There are a number of articles you could read that could help:

Also, these blog categories have useful info:

For source code:

share|improve this answer

Rob Allen ZF2 tutorial is now part of the official docs: http://packages.zendframework.com/docs/latest/manual/en/user-guide/overview.html

Also see this post http://stackoverflow.com/a/8894828/760703

share|improve this answer
1  
I'm already following that pdf file you linked here. It's nuts. It just gives you the code to put in without really explaining why or what it does. It's very frustrating to just enter code you don't understand. I'm not a robot. I need to understand what the code does and the option I have. – user1336449 Apr 18 '12 at 18:27

I started with this book http://www.wjgilmore.com/books/read/easy_php_websites_with_the_zend_framework

Also advice you to use ZF + ORM Doctrine http://www.doctrine-project.org/

share|improve this answer
Thanks for the reply. This is book for ZF v.1, I'm looking for a book or tutorial on ZF2. – user1336449 Apr 17 '12 at 1:20
I support the suggestion of using ZF + Doctrine ORM. I strongly suggest however you use the latest stable version of Zend Framework 1, as ZF2 is still in Beta... – Sjwdavies Apr 17 '12 at 9:49
The ZF2 FAQ page recommends using ZF2 if your project is not due until June or later, which is my case. – user1336449 Apr 17 '12 at 13:33

Not the answer you're looking for? Browse other questions tagged or ask your own question.