views:

224

answers:

2

I want to start learning Zend Framework. My only concern is that the most recent ZF book on Amazon with good reviews teaches version 1.8 of the framework, which is now about a year old. Do you think it would be a good idea to still pick up that book or is it too old now?

+2  A: 

ZF 1.8 introduced Zend Application, which is probably the most important thing you want to learn. The rest is in the manual (and there will be more soon).

takeshin
+3  A: 

The changes from 1.8 to 1.10 haven't been so grave that it would obsolete the book by now. If 2.0 was out already, that would likely be a different story. Still, I wouldn't buy it, because basically all you need is in the manual or freely available from the web.

Here is some resources:

and here on SO, check out these (among others)

Gordon
+1 for 'Surviving The Deep End'
Yaroslav