News Feed
Jobs Feed
Sections




News Archive
Vid Luther's Blog:
Talking to multiple databases with Symfony 1.2
August 24, 2009 @ 11:29:46

Vid Luther has a new post today looking at connecting to multiple databases inside of your Symfony framework application. The key is in setting up your YAML files the right way.

Since you need a schema.yml or xml file, you can either generate one using a tool that will take your data defintion and create the YAML for you, or you can cheat and build a temp project, configure it to work with earlyprototype , and then do a symfony propel:build-schema . This will give you a schema.yml file in your config directory.

He walks you through the creation of two simple YAML files with database connection information and how to drop their contents over into the main database.yml file and some code to run the queries on the different databases.

0 comments voice your opinion now!
symfony framework database multiple tutorial


blog comments powered by Disqus

Similar Posts

Vinu Thomas' Blog: PHPLiveX - Tutorial

Daniel Cousineau's Blog: Displaying N-Deep Trees (Remember Your Algorithms Course?)

The Bakery: Clearing Up Some Confusion on the Release Versions of CakePHP

Bill Staples' Blog: IIS7 in the Community

Benjamin Eberlei: Composer and Azure Websites Git Deployment


Community Events











Don't see your event here?
Let us know!


series framework example language api code zendframework2 podcast functional composer community testing opinion tool conference development introduction interview unittest release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework