I have an application which uses multiple replicated databases for live, test, and development. I would like to develop a PHPRunner project in such a way that I can switch to the relevant database within the project - rather than having to use separate projects for each database (and then maintain them).
Is this possible - what bits of the PHP would I need to change?
thanks
Mark