CakePHP Basics Tutorial – Part 4

Overview

In this tutorial I will show you the power of associations in cakePHP.  With associations you can link up your models and get related data when you fetch results from one model.

In this example I’ll show you how to create an association between a User and a Product.

Continue reading CakePHP Basics Tutorial – Part 4