Hi,
I'm using Doctrine 1.2, and would like to know how I can achieve mysql table prefixes with it.
So for instance I would like for our system to be deployed twice on the same database, the first the tables can be prefixed with "one_" and the second can be prefixed with "two_".
Anyone got any idea how to accomplish this? I would imagine it is a config setting but I just can't seem to find it.