<?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 and Mobile Development</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:33:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Disable Pidgin Notifications in Ubuntu 9.04 by weihnachtsmann</title>
		<link>http://beyondthewheel.com/2009/07/disable-pidgin-notifications-in-ubuntu-9-04/#comment-1627</link>
		<dc:creator>weihnachtsmann</dc:creator>
		<pubDate>Thu, 09 Feb 2012 21:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://matthewanderton.com/beyondthewheel.com/?p=6#comment-1627</guid>
		<description>Thanks!!!

I&#039;m fine when new message open in a window since you can configure pidgin to not let it become opened in Foreground. However, I tried so often to somehow disable the blinking tray icon via Pidgin settings and &quot;Message Notification&quot; plugin settings...
I did not realized that it simply can be turned off with a right click on the tray-icon</description>
		<content:encoded><![CDATA[<p>Thanks!!!</p>
<p>I&#8217;m fine when new message open in a window since you can configure pidgin to not let it become opened in Foreground. However, I tried so often to somehow disable the blinking tray icon via Pidgin settings and &#8220;Message Notification&#8221; plugin settings&#8230;<br />
I did not realized that it simply can be turned off with a right click on the tray-icon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Rails 3 on Ubuntu 10.10 by Hugo</title>
		<link>http://beyondthewheel.com/2010/12/installing-rails-3-on-ubuntu-10-10/#comment-334</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Thu, 17 Feb 2011 21:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://matthewanderton.com/beyondthewheel.com/?p=149#comment-334</guid>
		<description>Thanks, this is the only way I could get Ruby 1.9.2  and Rails 3 installed on Ubuntu. For some reason I always have issues trying to do it with RVM.</description>
		<content:encoded><![CDATA[<p>Thanks, this is the only way I could get Ruby 1.9.2  and Rails 3 installed on Ubuntu. For some reason I always have issues trying to do it with RVM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2011 New Year&#8217;s Resolutions by Mike Alleva</title>
		<link>http://beyondthewheel.com/2011/01/2011-new-years-resolutions/#comment-85</link>
		<dc:creator>Mike Alleva</dc:creator>
		<pubDate>Sat, 01 Jan 2011 00:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://beyondthewheel.com/?p=210#comment-85</guid>
		<description>Can I help taste the beer?</description>
		<content:encoded><![CDATA[<p>Can I help taste the beer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Database Connection with CakePHP by Arno Esterhuizen</title>
		<link>http://beyondthewheel.com/2009/07/dynamic-database-connection-with-cakephp/#comment-20</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-20</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>
<pre lang="php">
$newDb =&amp; ConnectionManager::create('dynamic_db',
array(
    'driver' =&gt;  'mysql',
    'host' =&gt; 'local',
    'login' =&gt; 'user',
    'password' =&gt; 'pass',
    'database' =&gt; 'my_db'));

$this-&gt;useDb = 'dynamic_db';
</pre>
<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/2009/07/disable-pidgin-notifications-in-ubuntu-9-04/#comment-18</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-18</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/2010/04/how-i-learned-to-love-the-airave/#comment-25</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-25</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/2010/03/webos-email-fail/#comment-24</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-24</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/2010/03/webos-email-fail/#comment-23</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-23</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>
	<item>
		<title>Comment on webOS Email Fail by Beyond the Wheel &#187; Samsung Moment vs. Palm Pre</title>
		<link>http://beyondthewheel.com/2010/03/webos-email-fail/#comment-22</link>
		<dc:creator>Beyond the Wheel &#187; Samsung Moment vs. Palm Pre</dc:creator>
		<pubDate>Sun, 28 Mar 2010 16:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://beyondthewheel.com/?p=95#comment-22</guid>
		<description>[...] All that being said, I&#8217;ve run into a problem with webOS&#8217;s email which I will discuss separately. [...]</description>
		<content:encoded><![CDATA[<p>[...] All that being said, I&#8217;ve run into a problem with webOS&#8217;s email which I will discuss separately. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Models and requestAction by Nik Chankov</title>
		<link>http://beyondthewheel.com/2009/10/cakephp-models-and-requestaction/#comment-21</link>
		<dc:creator>Nik Chankov</dc:creator>
		<pubDate>Sat, 17 Oct 2009 17:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://beyondthewheel.com/?p=33#comment-21</guid>
		<description>I would say that requestAction is to process the controller&#039;s action, or even to render the view.

In the book.cakephp.org was  written this:
[quote]This function calls a controller&#039;s action from any location and returns data from the action.
You can use requestAction() to retrieve a fully rendered view by passing &#039;return&#039; in the options: requestAction($url, array(&#039;return&#039;));
[/quote]

So I would say calling using $uses is the better way. Another way is to use App::import(&#039;Model&#039;, &#039;ModelName&#039;) or is the model has relation with the current model to use it with $this-&gt;CurrentModel-&gt;OtherRelatedModel-&gt;find()

Hope that helps :)</description>
		<content:encoded><![CDATA[<p>I would say that requestAction is to process the controller&#8217;s action, or even to render the view.</p>
<p>In the book.cakephp.org was  written this:<br />
[quote]This function calls a controller&#8217;s action from any location and returns data from the action.<br />
You can use requestAction() to retrieve a fully rendered view by passing &#8216;return&#8217; in the options: requestAction($url, array(&#8216;return&#8217;));<br />
[/quote]</p>
<p>So I would say calling using $uses is the better way. Another way is to use App::import(&#8216;Model&#8217;, &#8216;ModelName&#8217;) or is the model has relation with the current model to use it with $this-&gt;CurrentModel-&gt;OtherRelatedModel-&gt;find()</p>
<p>Hope that helps <img src='http://beyondthewheel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

