I can’t be the only person who has ever googled to try and find a way to have propel automatically choose which database to connect to, based on some criteria or other.
In my case, I have dev versions of sites on the same server as live versions, so they need to look at a database [...]
02 Nov
Posted by: ben in: Web Dev
Just a quick one, as others may have this problem (or point me to a better answer):
I’ve been using symfony to add a few standalone bits to a project that already uses propel. This means I already have a schema.xml file, so rather than create a separate schema.yml for symfony, I symlinked the existing schema.yml [...]