1.3 Collection
This collection contains the documentation for the 1.3 branch of CakePHP. The documentation aims to explain the various parts of CakePHP and how you can use them to get things done.
If you are migrating from CakePHP 1.2 please read the migration guide
Start here
If you are just starting with CakePHP get your feet wet with the getting started blog tutorial
Dive in
- Models Models contain the business logic for you application and provide ways to access and manipulate your data.
- Controllers Controllers accept requests and work with models to prepare data for the view.
- Views Views take data from the model and controller and present it in a way the user/client understands.
