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.