D:\wamp\www_cakephp\cake\console>cake bake help

Welcome to CakePHP v1.2.0.5875 pre-beta Console
---------------------------------------------------------------
App : console
Path: D:\wamp\www_cakephp\cake\console
---------------------------------------------------------------
CakePHP Bake:
---------------------------------------------------------------
The Bake script generates controllers, views and models for your
application.
If run with no command line arguments, Bake guides the user through
the class
creation process. You can customize the generation process by telling
Bake
where different parts of your application are using command line
arguments.
---------------------------------------------------------------
Usage: cake bake <command> <arg1> <arg2>...
---------------------------------------------------------------
Params:
        -app <path> Absolute/Relative path to your app folder.

Commands:

        bake help
                shows this help message.

        bake project <path>
                bakes a new app folder in the path supplied
                or in current directory if no path is specified

        bake db_config
                bakes a database.php file in config directory.

        bake model
                bakes a model. run 'bake model help' for more info

        bake view
                bakes views. run 'bake view help' for more info

        bake controller
                bakes a controller. run 'bake controller help' for
more info


On 28 nov, 20:37, AD7six <[EMAIL PROTECTED]> wrote:
> On Nov 28, 8:33 pm, Luke <[EMAIL PROTECTED]> wrote:
>
> > I'm sorry I honestly forgot I already asked this question... I was
> > wondering why you said "again" - thanks for answering anyway :)
>
> Try a screen cast:http://cakephp.org/screencasts("setting up the CakePHP 
> console")
>
> Bake is self documenting really, i.e. you start it and it asks you
> what you want to do.
>
> hth,
>
> AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to