Posts Tagged ‘bake’

How to Bake a New Project in CakePhp


I use bake to start any project of mine and therefore doesn’t mean that using it produces a complete app unless you only want a CRUD application.

This tutorial is intended for beginners in cakephp. It is still recommended that you look at the blog tutorial in cakephp manual because it has a more complete introduction for the framework.

Take note that I am using the Cakephp 1.2.0.7692 RC3 in demonstrating this little project because it is the latest release as of this writing.

What to do and what do we need to begin?

To start off, we need a project. I opted a mini-library application which consists of
Books
Authors
Book reviews by users
Read the rest of this entry »

Tags: ,