-5

I am new to cakephp and so impressed with its rapid development. I am eager to know that i have made my own html for (index.ctp,edit.ctp,add.ctp and delete.ctp) and i want 'bake' command to use that html when we run that command in command prompt for generating all files. By doing so it saves time for customized look and when we run every time "bake" command it generates files in our desired format.

Thanks in advance.

dkc
  • 28
  • 6
  • 1
    You can find the answer in CakePHP’s official documentation online, specifically: http://book.cakephp.org/2.0/en/console-and-shells/code-generation-with-bake.html#modify-default-html-produced-by-baked-templates – Martin Bean Jan 03 '14 at 13:34

2 Answers2

0

If you want to create cake bake then use this steps

Open CMD

cd /var/www/project/app/Console

Then

Run this command

php cake.php bake

It will show you the all the options

Jaskaran Zap
  • 277
  • 1
  • 2
  • 9