> -------------- > Missing Database Table > > Error: Database table seasons_teams for model SeasonsTeam was not > found. > -------------- > > But the thing is I don't have a table called seasons_teams in my > database? I have one called managers_seasons_teams, and it somehow > confused. Any ideas where I'm going wrong.
what is the name of the model? cakephp tries to guess the name of the database table from the name of the modelm if you want ignore this convention, you should change useTable in the model: http://book.cakephp.org/view/71/Model-Attributes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
