On Aug 29, 2006, at 8:50 AM, Kabuto wrote:
> > Hi, > > I have several tables all of the same structure. I would like to use > one model for them all. Is it possible to change the table of a model > at runtime? I'm thinking of something like $this->Model->useTable = > 'tableName' which unfortunately does not work. If you have a bunch of tables that are all the same structure, why not store the collective information in a single table? -- John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
