InterviewSolution
Saved Bookmarks
| 1. |
What Is Cakephp Request Cycle? |
|
Answer» 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 −
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 − |
|