In my web application some of my application is in symfony and some is in non symfony.
As a result there are multiple database connection files (say database connections files one of which is a yml file and other is a php file.)
I am thinking to create a table and store database connection in this table and then create config files from them.
Is there any other approach for this.