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

Brian Swan's Blog: Automating PHPUnit Tests in Windows Azure

PHPBuilder.com: Build an MVC Framework with PHP

Mike Potter's Blog: PHP and Flex - JSON, XML or AMFPHP?

IBM developerWorks: Understanding the Zend Framework, Part 2 (MVC & a Database)

Engine Yard: Introducing Lithium: The simple, fast and flexible PHP framework


Community Events











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


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

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