<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>db &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/db/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Zend Framework and multiple db connections</title>
		<link>/2009/05/27/zend-framework-and-multiple-db-connections/</link>
		<comments>/2009/05/27/zend-framework-and-multiple-db-connections/#respond</comments>
		<pubDate>Wed, 27 May 2009 06:44:05 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[adapters]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[db adapter]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">/?p=588</guid>
		<description><![CDATA[The use case Recently we (Petar Atanasov and me) were working on a Zend Framework project, which requires more than one database connections. The framework as a typical MVC architecture does not allow that functionality forcing the user to use one single connections. However there is the setDefaultAdapter in ZF which is enough to think &#8230; <a href="/2009/05/27/zend-framework-and-multiple-db-connections/" class="more-link">Continue reading <span class="screen-reader-text">Zend Framework and multiple db connections</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/07/20/zend-framework-connect-mysql/" rel="bookmark" title="Zend Framework: Connect MySQL">Zend Framework: Connect MySQL </a></li>
<li><a href="/2010/08/06/setting-up-zend-framework-with-modules/" rel="bookmark" title="Setting Up Zend Framework with Modules">Setting Up Zend Framework with Modules </a></li>
<li><a href="/2010/07/19/zend-framework-cache-database-table-schemes/" rel="bookmark" title="Zend Framework: Cache Database Table Schemes">Zend Framework: Cache Database Table Schemes </a></li>
<li><a href="/2010/07/07/default-error-handling-in-zend-framework/" rel="bookmark" title="Default Error Handling in Zend Framework">Default Error Handling in Zend Framework </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>The use case</h2>
<p>Recently we (<a title="Petar Atanasov Dream Blog" href="http://dreams.a-wake.net/" target="_blank">Petar Atanasov</a> and me) were working on a <a title="Zend Framework" href="http://framework.zend.com/" target="_blank">Zend Framework</a> project, which requires more than one database connections. The framework as a typical MVC architecture does not allow that functionality forcing the user to use one single connections. However there is the setDefaultAdapter in ZF which is enough to think about switching the default adapter between the different connections.</p>
<p><a href="/wp-content/uploads/2009/05/setdefaultadapter.png"><img class="alignnone size-medium wp-image-589" title="setdefaultadapter" src="/wp-content/uploads/2009/05/setdefaultadapter-300x50.png" alt="" width="431" height="79" /></a></p>
<p>The detailed tutorial how to make it work you can find on my colleague&#8217;s blog <a title="Petar Atanasov Dream Blog" href="http://dreams.a-wake.net/index.php/2009/05/22/how-to-use-zend-with-multiple-databases-the-load-balancing-case/" target="_blank">here</a>.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/07/20/zend-framework-connect-mysql/" rel="bookmark" title="Zend Framework: Connect MySQL">Zend Framework: Connect MySQL </a></li>
<li><a href="/2010/08/06/setting-up-zend-framework-with-modules/" rel="bookmark" title="Setting Up Zend Framework with Modules">Setting Up Zend Framework with Modules </a></li>
<li><a href="/2010/07/19/zend-framework-cache-database-table-schemes/" rel="bookmark" title="Zend Framework: Cache Database Table Schemes">Zend Framework: Cache Database Table Schemes </a></li>
<li><a href="/2010/07/07/default-error-handling-in-zend-framework/" rel="bookmark" title="Default Error Handling in Zend Framework">Default Error Handling in Zend Framework </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/05/27/zend-framework-and-multiple-db-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
