hello

when we do cake bake controller and choose one of the list,
i'd like to be able to rename the controller class name (by giving the
$useTable)

currently i dont like the way the database tables are named,
so when i do cake bake model that's create a model that i modify by
renaming the model filename,  changed the class name and add
$useTable.

But after that, when i do cake bake controller ; and make my choice i
have
"You must have a model for this class to build scaffold methods.
Please try again."
because effectively the model has changed and bake cant find it.

So it will be nice to be able to specify the $useTable and class name
we we want.

Or may be i miss something that permits to do that ?

Kind regards



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