Module install auto create db table I'm developing a module right now that uses its own table in the mambo database. Right now, I have to manually create the table in the db before using the module.
Is there some way I can - perhaps a setting in the xml file - have mambo call the php code to create the table upon module installation? This would make it easier for others to use and install when it is ready to roll.
thanks |