Zend Framework Book - All Chapters

Zend Framework Book - All Chapters

English Edition 1.0

Every chapter of the Zend Framework Book is listed below in reading order. The book builds progressively, but each chapter is also designed to be useful on its own if you need to jump to a specific topic.

For an overview of what the book covers and how it fits with the rest of the site, see the Zend Framework Book hub.

Reading Approach

If you are working through the book from the beginning, the chapters follow a natural progression from setup and scaffolding through application development, domain modelling, and infrastructure. If you are dipping into specific topics, the Architecture, Model, and Performance chapters tend to be the most referenced.

Each chapter includes a modern context section highlighting what has changed since Zend Framework 1 and where the original advice still applies.

All Chapters in Reading Order

  1. Chapter 1

    Introduction

    An overview of Zend Framework, its design philosophy, and what to expect from this book.

  2. Chapter 2

    Installing the Zend Framework

    Step-by-step installation of Zend Framework, including PEAR, manual setup, and dependency management.

  3. Chapter 3

    A Not So Simple Hello World Tutorial

    Moving beyond basic examples to build a structured Zend Framework application from the ground up.

  4. Chapter 4

    Developing a Blogging Application

    Building a full blogging application to demonstrate controllers, models, forms, and view integration.

  5. Chapter 5

    The Model

    Understanding the model layer, domain logic, data mappers, and persistence patterns in Zend Framework.

  6. Chapter 6

    Implementing the Domain Model - Entries and Authors

    Practical implementation of domain entities, value objects, and author relationships.

  7. Chapter 7

    The Architecture of Zend Framework Applications

    How the front controller, dispatcher, router, and request-response cycle work together.

  8. Chapter 8

    Standardise the Bootstrap Class with Zend Application

    Using Zend_Application to create a consistent, extensible bootstrap process.

  9. Chapter 9

    Creating a Local Domain Using Apache Virtual Hosts

    Configuring Apache virtual hosts for clean local development environments.

  10. Chapter 10

    Performance Optimisation for Zend Framework Applications

    Profiling, caching, autoloading strategies, and production tuning for Zend Framework.

  11. Chapter 11

    Setting the Design with Zend View, Zend Layout, HTML 5 and Yahoo User Interface Library

    Implementing layouts, view helpers, HTML5 markup, and frontend asset integration.