in reply to Re: How to a construct objects with variables as class names?
in thread How to a construct objects with variables as class names?
I'm curious to know if there is a way to get around useing them though -- I would ideally like to be able to add widgets by simply:
1) add the class module to the directory
2) add the class name to the database
The above sub resides in a module running on mod_perl, so every time I change it, I have to stop and restart the http server, which I'd rather not have to do. Of course, I realize there are some stability problems that could arise when doing this sort of thing.
joecamel
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How to a construct objects with variables as class names?
by MeowChow (Vicar) on Feb 14, 2001 at 12:48 UTC | |
by joecamel (Hermit) on Feb 15, 2001 at 07:12 UTC |