CakePHP Blog Tutorial Part 2 - Naming Conventions

CakePHP Blog Tutorial Part 2 - Naming Conventions
A tutorial for building a blog using the CakePHP framework. This tutorial covers the naming conventions for files and classnames as well as the CakePHP URLs.

by andrewperk in
A tutorial for building a blog using the CakePHP framework. This tutorial covers the naming conventions for files and classnames as well as the CakePHP URLs.
CakePHP Blog Tutorial Part 14 - Migrations / Schemas

CakePHP Blog Tutorial Part 14 - Migrations / Schemas
In this CakePHP tutorial we use CakePHP's Schemas which work like ruby on rails's migrations. They allow us to manage our database using php instead of sql.

by andrewperk in
In this CakePHP tutorial we use CakePHP's Schemas which work like ruby on rails's migrations. They allow us to manage our database using php instead of sql.
CakePHP Blog Tutorial Part 13 - Rss Feed

CakePHP Blog Tutorial Part 13 - Rss Feed
In this CakePHP tutorial we generate a RSS feed of all of our posts.

by andrewperk in
In this CakePHP tutorial we generate a RSS feed of all of our posts.
CakePHP Blog Tutorial Part 12 - Baking Comments

CakePHP Blog Tutorial Part 12 - Baking Comments
In this CakePHP tutorial we use the bake script to finishing baking our blog by baking associated comments for our posts.

by andrewperk in
In this CakePHP tutorial we use the bake script to finishing baking our blog by baking associated comments for our posts.
CakePHP Blog Tutorial Part 11 - Baking our Posts

CakePHP Blog Tutorial Part 11 - Baking our Posts
In this CakePHP tutorial we use the bake script to bake our model, views, and controller for our posts table along with full crud actions.

by andrewperk in
In this CakePHP tutorial we use the bake script to bake our model, views, and controller for our posts table along with full crud actions.
CakePHP Blog Tutorial Part 10 - Setting Up the Cake Console and Bake

CakePHP Blog Tutorial Part 10 - Setting Up the Cake Console and Bake
In this CakePHP tutorial we get the CakePHP cake console up and running so that we can use the Bake script.

by andrewperk in
In this CakePHP tutorial we get the CakePHP cake console up and running so that we can use the Bake script.
1 2 3 4 5 6