php cake/scripts/bake.php On 2/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Ok, sorry to keep referring to rails, but i'm just trying to wrap my > head around all of the differences between the two frameworks... > > In rails there are a number of command line functions: > > ./ about* console* generate* plugin* runner* > ../ breakpointer* destroy* performance/ process/ server* > > for example: > > % ./script/generate model Person > > will generate the necessary files for the model and the database > migration > > % ./script/destroy model Person > > this command would delete the Person model and all supporting files > > Bottomline... i am just wondering what the equivalent would be in > Cake.... or am i to assume that if i wanted to create a new model, or > controller, or view I would have to do this all by hand (which isn't > that painful... just not as quick and easy as rails...) > > > > >
-- == S. DeVore (the old fart) the advice is free, the lack of crankiness will cost you - its a fine line between a real question and an idiot --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
