We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionCan you recommend any book or other resources for learning Zend Framework for absolute beginngers with moderate PHP skills. Thanks.
For me, the three definitive ZF Getting Started tutorials are:
- Quick Start from Zend
- Album tutorial from Rob Allen
- Surviving the Deep End from Padraic Brady
Two additional applications which I have found helpful, though a little more advanced, are:
- Dasprid's blog (src), from Ben Scholzen
- PHPPlaneta, from Robert Basic
Learned a lot from all of them.
And, of course:
ZendCasts
In the end, Rob Allen's answer says it all.
Survive The Deep End is a good resource to start with a concrete project.
I just started 4 days ago to use Zend Framework together with Doctrine ORM. To be honest it's very complicated to get started with it. I used the zend documentation, http://framework.zend.com/manual/de/ for example the quick start guide. There is an irc channel on freenode #zftalk@irc.freenode.net In addition I googled a lot, there are some good answers here on stack overflow. Sometimes it is good to search for "[what you wanna do] tutorial" this way you get quicker solutions, because the manual often does not give you the general overview, it just explains one or some components.
You can reffere below link for detail study of how zend frameworks basics work.
http://wiki.zf2notes.googlecode.com/git/zf2_beginners_tutorial.wiki
精彩评论