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 [...]
Posts tagged as:
hasMany
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 [...]
In the first part of MySQL Data Structure for your Website, I wrote a nice simple intro on how you can save data storage and bandwidth by properly setting up your application’s database. We’re going to continue in more depth but also focus on gathering all of the requirements we need. Since CakePHP loves to [...]
Recent Comments