This is the command bake.php that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
bake.php - generates skeleton CakePHP applications
SYNOPSIS
bake.php [command] [path]
DESCRIPTION
The bake.php script generates controllers, views and models for your application. If run
with no command line arguments, bake.php guides the user through the class creation
process. You can customize the generation process by telling bake.php where different
parts of your application are using command line arguments.
OPTIONS
-app, -a
Absolute path to Cake's app directory
-core, -c
Absolute path to Cake's cake directory
-project, -p
Generates a new app directory in the path supplied
-root, -r
Absolute path to Cake's /app/webroot directory
-help, -h
Shows help message
Use bake.php online using onworks.net services