Folders

MVC Structure Areas

Model Handles all database functions: app/models/{Model name}.php
View Handles the presentation layer and displays, app/views/{Controller including Ajax output name}/{View name}.ctp
Controller Handles all logic and requests app/controllers/{Controller name}_controller.php