Modules loaded form DB

hello,

I’m trying to create a system where you could load modules from a database. (not the source code itself)

It would also control that a given module is available on a specific domain, and between specific time-frames.

Has anybody has ideas (or have done it in the past?)

thanks,

–iM

What if to store the module in archive and when you wanna setup one you need only unpack the archive. But what do you mean "not the source code itself". If not the code what do you want to store then? Maybe links on downloading the module?

ok,

the main idea here is that I would provide 50-60 modules (or maybe more), using one database for all my customers, on different domains, but all those domains would point back to the main (my) server. (it’s called SASS http://en.wikipedia.org/wiki/Software_as_a_service )

the goal here, that I only have to maintain one set of source code and store everything under one umbrella (in one DB). I’m very close to finish the foundation of this, I just need to figure out a way to communicate between the modules themselves.

–iM