News Feed
Jobs Feed
Sections




News Archive
Solar Blog:
Adapter for Master/Slave MySQL Setups
October 03, 2008 @ 14:35:05

On the Solar blog Paul Jones has posted about a new database adapter they included in the latest Solar framework release - one that lets you connect to master/slave MySQL setups.

With Solar, you connect to SQL databases using the Solar_Sql factory class, which returns a Solar_Sql_Adapter class for you. Most developers only need to connect to a single MySQL server. [...] However, when you get into a situation where you need to scale up, you might need a replicated MySQL database setup. In such cases, there is one "master" server that handles reads and writes, and there are one or more "slave" servers that are read-only.

The Solar_Sql_Adapter_MysqlReplicated adapter does all of the switching for you, making it as simple as dropping it in and changing your configuration to point to the master and slave servers (examples included).

4 comments voice your opinion now!
solar framework master slave adapter automatic


blog comments powered by Disqus

Similar Posts

Community News: CakeFest 2008 Announced (and a Call for Papers)

Felix Geisendorfer's Blog: Bringing the cold war to CakePHP 1.2 - The Containable Behavior

DevShed: Using Nested Views with CodeIgniter

Leaseweb Labs Blog: POC: Flexible PHP Output Caching

php|architect: An overview of the CakePHP framework


Community Events











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


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

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