I have jumped from cakePHP 1.1.17 to cakePHP 1.2.0 and there have been a lot of changes particularly the bake generator.
Then, i use the bake.php file located at the /cake/scripts/bake.php
(Since I am using Windows XP)
On the console i cd to C:/ then assuming my cakePHP app is contained under cake_app folder:
C:\>cd xampp/htdocs/cake_app
C:\xampp\htdocs\cake_app> C:\xampp\php\php.exe cake\scripts\bake.php
and the bake script runs.
Now the generator is run through cake.php inside the /cake/console folder.
If you do things without reading first, you’d be damned.
I had been..
