<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for All these thoughts</title>
	<atom:link href="http://koorb.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://koorb.wordpress.com</link>
	<description>I have all these thoughts and I'm pretty sure they all contradict each other.</description>
	<lastBuildDate>Mon, 23 Nov 2009 20:56:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Codeigniter: connect to multiple databases by Allan</title>
		<link>http://koorb.wordpress.com/2007/11/16/codeigniter-connect-to-multiple-databases/#comment-38</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Mon, 23 Nov 2009 20:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://koorb.wordpress.com/2007/11/16/codeigniter-connect-to-multiple-databases/#comment-38</guid>
		<description>great coding.  Hope this will help a lot of developers out in the wild:D</description>
		<content:encoded><![CDATA[<p>great coding.  Hope this will help a lot of developers out in the wild:D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Codeigniter: connect to multiple databases by Sunil Kumar Bhaker</title>
		<link>http://koorb.wordpress.com/2007/11/16/codeigniter-connect-to-multiple-databases/#comment-36</link>
		<dc:creator>Sunil Kumar Bhaker</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://koorb.wordpress.com/2007/11/16/codeigniter-connect-to-multiple-databases/#comment-36</guid>
		<description>Hey,

    Thanks buddy for ur extremely help.
I was not able to connect with multiple databases in CodeIgniter. New one was overriding to default connection object.

Thanks. :)</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>    Thanks buddy for ur extremely help.<br />
I was not able to connect with multiple databases in CodeIgniter. New one was overriding to default connection object.</p>
<p>Thanks. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pecl json extension by Alex</title>
		<link>http://koorb.wordpress.com/2008/03/11/pecl-json-extension/#comment-35</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 26 Jan 2009 15:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://koorb.wordpress.com/?p=31#comment-35</guid>
		<description>Man, you just saved my life!!!</description>
		<content:encoded><![CDATA[<p>Man, you just saved my life!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pecl json extension by derpflanz</title>
		<link>http://koorb.wordpress.com/2008/03/11/pecl-json-extension/#comment-34</link>
		<dc:creator>derpflanz</dc:creator>
		<pubDate>Tue, 21 Oct 2008 11:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://koorb.wordpress.com/?p=31#comment-34</guid>
		<description>Thank you. No other site (not even the PHP site) was so helpful as your comment.</description>
		<content:encoded><![CDATA[<p>Thank you. No other site (not even the PHP site) was so helpful as your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Codeigniter: connect to multiple databases by gentleJuggernaut</title>
		<link>http://koorb.wordpress.com/2007/11/16/codeigniter-connect-to-multiple-databases/#comment-33</link>
		<dc:creator>gentleJuggernaut</dc:creator>
		<pubDate>Tue, 30 Sep 2008 14:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://koorb.wordpress.com/2007/11/16/codeigniter-connect-to-multiple-databases/#comment-33</guid>
		<description>The line number has changed.  Here is the bug fix from codeigniter:

#####start bugfix#####

Description

all of the database calls go to the same database (last one initialized)

To fix the probleme change the simple_query function in DB_driver.php:

function simple_query($sql)
  {
      if ( ! $this-&gt;conn_id)
      {
        $this-&gt;initialize();
      }
      $this-&gt;db_select(); //Added this line
      return $this-&gt;_execute($sql);
  }

#####end bugfix#####

reference: &lt;a href=&quot;http://codeigniter.com/bug_tracker/bug/2703/&quot; rel=&quot;nofollow&quot;&gt;http://codeigniter.com/bug_tracker/bug/2703/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>The line number has changed.  Here is the bug fix from codeigniter:</p>
<p>#####start bugfix#####</p>
<p>Description</p>
<p>all of the database calls go to the same database (last one initialized)</p>
<p>To fix the probleme change the simple_query function in DB_driver.php:</p>
<p>function simple_query($sql)<br />
  {<br />
      if ( ! $this-&gt;conn_id)<br />
      {<br />
        $this-&gt;initialize();<br />
      }<br />
      $this-&gt;db_select(); //Added this line<br />
      return $this-&gt;_execute($sql);<br />
  }</p>
<p>#####end bugfix#####</p>
<p>reference: <a href="http://codeigniter.com/bug_tracker/bug/2703/" rel="nofollow">http://codeigniter.com/bug_tracker/bug/2703/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento video tours by Magento-News</title>
		<link>http://koorb.wordpress.com/2007/11/08/magento-video-tours/#comment-32</link>
		<dc:creator>Magento-News</dc:creator>
		<pubDate>Sat, 05 Jul 2008 14:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://koorb.wordpress.com/2007/11/08/magento-video-tours/#comment-32</guid>
		<description>Hi, we´re testing Magento for a long time and are very impressed about it. The software is well designed and full of useful features. Especially the updating is very easy. We´ve made a short video about that.</description>
		<content:encoded><![CDATA[<p>Hi, we´re testing Magento for a long time and are very impressed about it. The software is well designed and full of useful features. Especially the updating is very easy. We´ve made a short video about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textile broken lists by koorb</title>
		<link>http://koorb.wordpress.com/2008/01/21/textile-broken-lists/#comment-30</link>
		<dc:creator>koorb</dc:creator>
		<pubDate>Fri, 11 Apr 2008 22:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://koorb.wordpress.com/2008/01/21/textile-broken-lists/#comment-30</guid>
		<description>Hey David, check this out. Sorry about the formatting -: http://koorb.wordpress.com/textile-lists-fix The change was somewhere in that function. Just overwrite the entire thing.</description>
		<content:encoded><![CDATA[<p>Hey David, check this out. Sorry about the formatting -: <a href="http://koorb.wordpress.com/textile-lists-fix" rel="nofollow">http://koorb.wordpress.com/textile-lists-fix</a> The change was somewhere in that function. Just overwrite the entire thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textile broken lists by David</title>
		<link>http://koorb.wordpress.com/2008/01/21/textile-broken-lists/#comment-29</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 11 Apr 2008 19:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://koorb.wordpress.com/2008/01/21/textile-broken-lists/#comment-29</guid>
		<description>This bug is driving me nuts and the changeset page is giving a 503 error... any chance you could post what the change on lines 483 and 484 is?</description>
		<content:encoded><![CDATA[<p>This bug is driving me nuts and the changeset page is giving a 503 error&#8230; any chance you could post what the change on lines 483 and 484 is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best favicon maker ever! by Nicolas</title>
		<link>http://koorb.wordpress.com/2007/11/28/best-favicon-maker-ever/#comment-28</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Thu, 03 Apr 2008 19:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://koorb.wordpress.com/2007/11/28/best-favicon-maker-ever/#comment-28</guid>
		<description>NIce site - i also use 1favicon.com for creating favicons. They have a nice tutorial.</description>
		<content:encoded><![CDATA[<p>NIce site &#8211; i also use 1favicon.com for creating favicons. They have a nice tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calendar by koorb</title>
		<link>http://koorb.wordpress.com/2007/11/22/calendar/#comment-4</link>
		<dc:creator>koorb</dc:creator>
		<pubDate>Mon, 26 Nov 2007 12:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://koorb.wordpress.com/2007/11/22/calendar/#comment-4</guid>
		<description>I wish I hadn&#039;t just finished a project where I created a really basic naff one, it was with mootools but just not very clever. This is a really nice implementation. Really like his slideshow too http://www.electricprism.com/aeron/slideshow/</description>
		<content:encoded><![CDATA[<p>I wish I hadn&#8217;t just finished a project where I created a really basic naff one, it was with mootools but just not very clever. This is a really nice implementation. Really like his slideshow too <a href="http://www.electricprism.com/aeron/slideshow/" rel="nofollow">http://www.electricprism.com/aeron/slideshow/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
