Build a Wordpress application using the CakePHP framework. This first part covers establishing the database, model associations and baking the MVC.
Posts tagged as:
CakePHP
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 [...]
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 [...]
What better way to start off a new blog than pretend I’m building a website from the ground up. Of course, the first mistake many people will make when building a website is concentrating on the graphic design or the layout. It is not where the focus should lie. That is where the [...]
Recent Comments