04-06-2008, 08:47 AM
|
#2 (permalink)
|
|
The Visitor
Join Date: Apr 2008
Location: Worcester, UK
Posts: 3
Thanks: 0
|
Hi,
I'm the main author of Zend Framework in Action, so am probably a bit biased! I can say that the book does cover Zend Framework 1.5 though.
In terms of loading classes, Zend Framework provides a loader class called Zend_Loader which also has an autoload component. With v1.5, autoloading is quite quick and so becomes worth using.
Regards,
Rob...
|
|
|
|