Where is a good starting point for learning the Zend Framework? The introduction from framework.zend.com left me wanting more, and really wasn't enough for me.
|
|
Survive The Deep End is a good guide to building apps using ZF. It covers the basic application structure (bootstrapping and configuration) the MVC design pattern, along with all the related ZF libraries (DB, Form, etc). From the site:
|
|||||||
|
|
|
I also enjoy going to http://www.zendcasts.com/. John puts together some very helpful tutorials on how the framework works. |
|||
|
|
|
I originally started with the Akra's DevNotes tutorial way back. The book from Rob Allen, Zend Framework in Action, is pretty good as well if that's an option for you. |
|||
|
|
|
I'd say a good next step after reading the introduction, is to try to build a (simple) website with Zend Framework. That's really the best way of really getting to know the Zend Framework better. |
|||
|
|