<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Beyond the Wheel</title>
	<atom:link href="http://beyondthewheel.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://beyondthewheel.com</link>
	<description>Web Development</description>
	<lastBuildDate>Thu, 13 May 2010 12:35:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Dynamic Database Connection with CakePHP by Arno Esterhuizen</title>
		<link>http://beyondthewheel.com/dynamic-database-connection-with-cakephp/comment-page-1/#comment-81</link>
		<dc:creator>Arno Esterhuizen</dc:creator>
		<pubDate>Thu, 13 May 2010 12:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://matthewanderton.com/beyondthewheel.com/?p=10#comment-81</guid>
		<description>OK, this might be a bit late, but you can also use the following code in your model

&lt;pre lang=&quot;php&quot;&gt;
$newDb =&amp; ConnectionManager::create(&#039;dynamic_db&#039;, 
array(
    &#039;driver&#039; =&gt;  &#039;mysql&#039;,
    &#039;host&#039; =&gt; &#039;local&#039;,
    &#039;login&#039; =&gt; &#039;user&#039;,
    &#039;password&#039; =&gt; &#039;pass&#039;,
    &#039;database&#039; =&gt; &#039;my_db&#039;));

$this-&gt;useDb = &#039;dynamic_db&#039;;
&lt;/pre&gt;

as per https://dev.cakephp.org/ticket/1068</description>
		<content:encoded><![CDATA[<p>OK, this might be a bit late, but you can also use the following code in your model</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$newDb</span> <span style="color: #339933;">=&amp;</span>amp<span style="color: #339933;">;</span> ConnectionManager<span style="color: #339933;">::</span><span style="color: #004000;">create</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'dynamic_db'</span><span style="color: #339933;">,</span> 
<span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
    <span style="color: #0000ff;">'driver'</span> <span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span>  <span style="color: #0000ff;">'mysql'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'host'</span> <span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span> <span style="color: #0000ff;">'local'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'login'</span> <span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span> <span style="color: #0000ff;">'user'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'password'</span> <span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span> <span style="color: #0000ff;">'pass'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'database'</span> <span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span> <span style="color: #0000ff;">'my_db'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$this</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>useDb <span style="color: #339933;">=</span> <span style="color: #0000ff;">'dynamic_db'</span><span style="color: #339933;">;</span></pre></div></div>

<p>as per <a href="https://dev.cakephp.org/ticket/1068" rel="nofollow">https://dev.cakephp.org/ticket/1068</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable Pidgin Notifications in Ubuntu 9.04 by Alex</title>
		<link>http://beyondthewheel.com/disable-pidgin-notifications-in-ubuntu-9-04/comment-page-1/#comment-75</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 22 Apr 2010 15:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://matthewanderton.com/beyondthewheel.com/?p=6#comment-75</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How I Learned to Love the AIRAVE by Beyond the Wheel &#187; The Sprint AIRAVE</title>
		<link>http://beyondthewheel.com/how-i-learned-to-love-the-airave/comment-page-1/#comment-53</link>
		<dc:creator>Beyond the Wheel &#187; The Sprint AIRAVE</dc:creator>
		<pubDate>Mon, 12 Apr 2010 21:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://beyondthewheel.com/?p=132#comment-53</guid>
		<description>[...] I&#8217;ve changed my tune on the AIRAVE&#8230; read more here.  Image: [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve changed my tune on the AIRAVE&#8230; read more here.  Image: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on webOS Email Fail by manderton</title>
		<link>http://beyondthewheel.com/webos-email-fail/comment-page-1/#comment-26</link>
		<dc:creator>manderton</dc:creator>
		<pubDate>Sun, 28 Mar 2010 20:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://beyondthewheel.com/?p=95#comment-26</guid>
		<description>True -- in the discussions I&#039;ve seen on the issue, many users say they have not had a problem.  What version of webOS are you running?   Are either of your two accounts Google accounts?</description>
		<content:encoded><![CDATA[<p>True &#8212; in the discussions I&#8217;ve seen on the issue, many users say they have not had a problem.  What version of webOS are you running?   Are either of your two accounts Google accounts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on webOS Email Fail by gradyhue</title>
		<link>http://beyondthewheel.com/webos-email-fail/comment-page-1/#comment-25</link>
		<dc:creator>gradyhue</dc:creator>
		<pubDate>Sun, 28 Mar 2010 20:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://beyondthewheel.com/?p=95#comment-25</guid>
		<description>that&#039;s weird I&#039;ve never had any problems with my email working... And I&#039;ve got 2 accounts</description>
		<content:encoded><![CDATA[<p>that&#8217;s weird I&#8217;ve never had any problems with my email working&#8230; And I&#8217;ve got 2 accounts</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: beyondthewheel.com @ 2010-09-05 06:40:41 by W3 Total Cache -->