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...) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
