Hi all,
Moving from VB/C# development to PHP and beginning to love it. Anyway, here is a question:
I'm writing a web app, and it is basically to allow businesses to track their clients (this is a specialty app, not your run of the mill CRM). I plan on doing all the hosting for it, etc. In the end, there will be two types of users accessing it: the businesses and their clients (to register for classes, get documents, etc).
This is not directly related to PHP except I'm doing it in PHP/Codeigniter, but I'm not sure if that will make any difference at this point.
Ok, here is the question: My original plan was to have seperate databases and application folders (basically virtual hosts) for EACH business. So, Company A would have a database DBCompA and Company B would be DBCompB. It would be accessed either thru their own domain pointing to my server and virtual host directory, or thru a sub-domain url of mine.
The idea is Company A would never be able to see company B and each could have minor modifications done to their site, without effecting the others.
Only issue I really see is maintenance when upgrades come along, as I would have to do each site individually.
Any ideas if this is a good plan or a bad plan?
thank you!
~~ Chris ~~
Moving from VB/C# development to PHP and beginning to love it. Anyway, here is a question:
I'm writing a web app, and it is basically to allow businesses to track their clients (this is a specialty app, not your run of the mill CRM). I plan on doing all the hosting for it, etc. In the end, there will be two types of users accessing it: the businesses and their clients (to register for classes, get documents, etc).
This is not directly related to PHP except I'm doing it in PHP/Codeigniter, but I'm not sure if that will make any difference at this point.
Ok, here is the question: My original plan was to have seperate databases and application folders (basically virtual hosts) for EACH business. So, Company A would have a database DBCompA and Company B would be DBCompB. It would be accessed either thru their own domain pointing to my server and virtual host directory, or thru a sub-domain url of mine.
The idea is Company A would never be able to see company B and each could have minor modifications done to their site, without effecting the others.
Only issue I really see is maintenance when upgrades come along, as I would have to do each site individually.
Any ideas if this is a good plan or a bad plan?
thank you!
~~ Chris ~~