Book Image

CakePHP 2 Application Cookbook

Book Image

CakePHP 2 Application Cookbook

Overview of this book

Table of Contents (20 chapters)
CakePHP 2 Application Cookbook
Credits
Foreword
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Introduction


Included in CakePHP is a powerful events system, which allows you to rapidly hook up callbacks through event objects within your application. This provides an event-driven model within your business logic; it can greatly improve the design and architecture of your application.

In this chapter, we'll look at the fundamentals of the events system, with a couple of recipes to get you handling events.