c. 2006

Houston, TX

Posts tagged as:

hasAndBelongsToMany

In MySQL Data Structure for your CakePHP Website – Building Associations, we discussed the basics of building associations and the differences between belongsTo, hasOne, hasMany, and hasAndBelongsToMany model associations. This basic setup in our models could not have been done easily without setting up our databases correctly which we discussed in MySQL Data Structure [...]

In MySQL Data Structure for your CakePHP Website – Site Planning, I used the CakePHP concept of building a blog using the popular PHP framework. However, different from what you may have read in the manual, I wanted to go into greater detail about the processes involved. Primarily, in the previous article we [...]