[eluser]CI beyond[/eluser]
Hi,
I'm sure this has come up before, but the search results only showed solutions regarding the system_folder.
I've written an application which will be used by multiple customers. So each customer has its own application and database. As the number of customers is growing it's getting more and more tiresome (not to mention, error-prone) to update all these sources in case of updates/fixes.
I'm looking for a way to have a single, central application and a database.php per application. All applications live on the same server and are accessed using name-based virtual hosts.
So. to sum it all up:
- 1 application
- multiple customers,
- each customers has it's own database (hence the only difference between all instances is config/database.php
Any ideas on how to approach this?
Thnx for any insights!