From: Don S. <do...@se...> - 2003-04-24 02:40:00
|
Wondering how I can force my module's "Manager" class to reload itself, or at least make calls the various load functions after the module is upgraded to the latest version. For now I just print a message asking the admin to log out and back in. Basically I've tried making calls to $_SESSION["SES_LISTINGS_MANAGER"] or redefining it. I do that from my update.php script but it doesn't seem to want to work, as I get errors about not being able to find the item class definition. Just wondering what you guys recommend. Don. |