Chapter 2. Basic Concepts

Table of Contents

2.1. Introduction
2.2. The MVC Pattern
2.3. Overview of the Cake File Layout

2.1. Introduction

This chapter is a short, casual introduction to MVC concepts as they are implemented in Cake. If you're new to MVC (Model View Controller) patterns, this chapter is definitely for you. We begin with a discussion of general MVC concepts, work our way into the specific application of MVC in CakePHP, and show some simple examples of CakePHP using the MVC pattern.