We’ve covered the basic ingredients in CakePHP, so let’s look at how objects work together to complete a basic request. Continuing with our original request example, let’s imagine that our friend Ricardo just clicked on the “Buy A Custom Cake Now!” link on a CakePHP application’s landing page.
Flow diagram showing a typical CakePHP request
Figure: 2. Typical CakePHP Request.
Black = required element, Gray = optional element, Blue = callback
A typical CakePHP request cycle starts with a user requesting a page or resource in your application. At a high level, each request goes through the following steps −
© 2025 Easy To Learning. All Rights Reserved | Design by Easy To Learning