CakePHP Blog Tutorial Part 1 - Installation

CakePHP Blog Tutorial Part 1 - Installation
Learn how to install Cakephp 1.3 on a windows environment.

by andrewperk in
Learn how to install Cakephp 1.3 on a windows environment.
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.
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 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 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 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.
1 2 3 4 5 6 7 8 9