On Jul 10, 3:46 pm, benjam <[EMAIL PROTECTED]> wrote:
> Right, which I did, and it fixed the problem, but the main WTF was
> that the errors spit out by cake bake gave no inclination of the
> issues I was really having.
>
> Not until I really dug into the errors and the problem did I realize
> that I had created a class called File (which seemed perfectly fine to
> me at the time, still does), which may be conflicting with other
> classes.
>
> Is there someplace that has a list of table names you shouldn't (read:
> can't) use?

It's a lot simpler than that. You can create a table with pretty much
whatever name you like. You can't create a model with a name that
appears here:
http://api.cakephp.org/classes.html

table names are the plural of the model name by convention (by which I
mean you can change it)

hth

AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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