The table names normally follow from the model names: Group -> groups. If you want to do something different you'll need to add a $useTable var at a minimum.
Be sure to delete files in tmp/models folder, also. On Fri, Nov 9, 2012 at 10:08 AM, iFemke <[email protected]> wrote: > I have followed the Simple Acl controlled Application tutorial and all was > working. > > Then I renamed the database table (which was groups) in to something else > (_companyname_groups). Now I have errors saying Cake can't find my groups > table, which is logical because I renamed it. I can't, however, find how of > where I can say that he has to use the new table name instead. Or do I have > to do all the steps again as explained in the tutorial? > > I hope you guys can help me! > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > 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]. > Visit this group at http://groups.google.com/group/cake-php?hl=en. > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- 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]. Visit this group at http://groups.google.com/group/cake-php?hl=en.
