Code Archives
Zend Framework: A Beginner's Guide uses an example application to illustrate important concepts and techniques. This example application is iteratvely built over the course of the book, and serves as a testbed for the reader to gain practical, hands-on experience with Zend Framework in a sandboxed environment. The code archives for this example application are organized by chapter, and can be directly downloaded and used in a Zend Framework development environment.
- Chapter 1 code archive (ZIP; 5 KB)
- Chapter 2 code archive (ZIP; 10 KB)
- Chapter 3 code archive (ZIP; 109 KB)
- Chapter 4 code archive (ZIP; 117 KB)
- Chapter 5 code archive (ZIP; 137 KB)
- Chapter 6 code archive (ZIP; 140 KB)
- Chapter 7 code archive (ZIP; 144 KB)
- Chapter 8 code archive (ZIP; 149 KB)
- Chapter 9 code archive (ZIP; 155 KB)
- Chapter 10 code archive (ZIP; 158 KB)
- Chapter 11 code archive (ZIP; 160 KB)
- Chapter 12 code archive (ZIP; 161 KB)
- Bundle of all code archives for Chapters 1-12 (ZIP; 1.4 MB)
- SQL file for application database (TXT; 5 KB)
The example application is conceived such that it covers common requirements encountered in day-to-day application development: static pages, input forms, image upload, login-protected administration panel, data paging and sorting, multiple output types, and keyword search. Implementing these features requires one to understand the nitty-gritties of form processing, input validation, session management, authentication and security, CRUD database operations, Web service APIs, and integration with third-party libraries. As such, it is a good starting point to begin understanding application development with the Zend Framework.