We are trying to create an installer for plugins - something which will create the needed tables by reading a file and then do $this->requestAction(/new_plugin/install)
The first part of reading a file and creating tables goes fine but despite the table being present in the db the subsequent call $this->requestAction(/new_plugin/install) gives a missing table error This is because the __source in the db object is not regenerated after the addition of a new table. Any way to get around this missing table error. I don't want to burden the user with creating tables from SQL and nor do I want to make life miserable for plugin creators by having $uses = '' in the model. Thanks in advance Cheers Tarique --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
