Introduction to CakePHP -Part 2
Model Associations There are basically 4 types of relationship that can take place between database tables: Relationship Association Type Example one to one hasOne A user has one profile. one to many hasMany A user can have multiple recipes. many to one belongsTo Many recipes belong to a user. many to many hasAndBelongsToMany Recipes have,…