Zend Framework in Action Errata
Note that ZFiA was written for version 1.5 of Zend Framework. If you are using version 1.8 or later, then please read this article on Zend Loader. This is a list of issues that we are aware of: Chapter 2 On page 18, the right hand bracket in the first paragraph is not needed. On page 38, in the last code block, the first line of the method should be: $cutOff = date('Y-m-d', strtotime('-3 months'));… continue reading.