general app dev question
Posted by: skb104
Posted on: 2006-07-04 15:22:00
I am working on an app in PHP that requires users to have their own separate subdomains, much like a Blinksale or Backpackit, and I am struggling with the best way to maintain a single code base across all the domains. Obviously I want to make any front-end, back-end or database changes once and have them propogate down to all the subdomains. I have a few ideas on how to do this but being a relative noob in the large app dev world I'd be curious what other DH users have done or even had ideas about. I'm very concerned about performance as well as scalability from a dev perspective.
Thanks,
Steve