<?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 CodeIgniter Tutorial</title>
	<atom:link href="http://www.gotphp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gotphp.com</link>
	<description>Practical Coding Examples and Advice For PHP Developers</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on CodeIgniter .htaccess Setup by miftah</title>
		<link>http://www.gotphp.com/codeigniter-htaccess-setup/54558/comment-page-1/#comment-3598</link>
		<dc:creator>miftah</dc:creator>
		<pubDate>Mon, 06 Feb 2012 12:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotphp.com/?p=558#comment-3598</guid>
		<description>cool </description>
		<content:encoded><![CDATA[<p>cool</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top CodeIgniter Tutorials for New CodeIgniter Developers by Matt</title>
		<link>http://www.gotphp.com/top-codeigniter-tutorials-for-new-codeigniter-developers/54511/comment-page-1/#comment-3597</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 27 Jan 2012 17:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotphp.com/?p=511#comment-3597</guid>
		<description>Thanks Michael.  I just found this page on my lunch break after searching for beginner info on CodeIgniter over the past couple of days.  I&#039;ve bookmarked it as it seems like the best I&#039;ve found so far to take a little journey into learning CI.  I appreciate you putting this together and look forward to learning CodeIgniter.

Thank you, thank you, thank you.</description>
		<content:encoded><![CDATA[<p>Thanks Michael.  I just found this page on my lunch break after searching for beginner info on CodeIgniter over the past couple of days.  I&#8217;ve bookmarked it as it seems like the best I&#8217;ve found so far to take a little journey into learning CI.  I appreciate you putting this together and look forward to learning CodeIgniter.</p>
<p>Thank you, thank you, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s Your Biggest Frustration with Building Software Apps Using CodeIgniter? by Collins Chegero</title>
		<link>http://www.gotphp.com/biggest-frustration-building-software-apps-codeigniter/54661/comment-page-1/#comment-3596</link>
		<dc:creator>Collins Chegero</dc:creator>
		<pubDate>Fri, 13 Jan 2012 11:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotphp.com/?p=661#comment-3596</guid>
		<description>creating a view page
</description>
		<content:encoded><![CDATA[<p>creating a view page</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter with Multiple Database Support by Matthew Davis</title>
		<link>http://www.gotphp.com/codeigniter-multiple-database-support/5468/comment-page-1/#comment-3595</link>
		<dc:creator>Matthew Davis</dc:creator>
		<pubDate>Tue, 10 Jan 2012 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotphp.com/?p=68#comment-3595</guid>
		<description>An alternate approach that worked for me (not sure if it will work for all configurations) - extend profiler class and override _compile_queries method (modify first foreach loop with code below). 

// Let&#039;s determine which databases are currently connected to		foreach (get_object_vars($this-&gt;CI) as $CI_object)		{				if (is_object($CI_object) &amp;&amp; is_subclass_of(get_class($CI_object), &#039;CI_DB&#039;) )			{				$dbs[] = $CI_object;			}            if (is_object($CI_object) &amp;&amp; is_subclass_of(get_class($CI_object), $this-&gt;CI-&gt;config-&gt;config[&#039;subclass_prefix&#039;] . &#039;Model&#039;) ) {                foreach (get_object_vars($CI_object) as $CI_sub_object)                {                    if (is_object($CI_sub_object) &amp;&amp; is_subclass_of(get_class($CI_sub_object), &#039;CI_DB&#039;) )                    {                        $dbs[] = $CI_sub_object;                    }                }            }		}</description>
		<content:encoded><![CDATA[<p>An alternate approach that worked for me (not sure if it will work for all configurations) &#8211; extend profiler class and override _compile_queries method (modify first foreach loop with code below). </p>
<p>// Let&#8217;s determine which databases are currently connected to		foreach (get_object_vars($this-&gt;CI) as $CI_object)		{				if (is_object($CI_object) &amp;&amp; is_subclass_of(get_class($CI_object), &#8216;CI_DB&#8217;) )			{				$dbs[] = $CI_object;			}            if (is_object($CI_object) &amp;&amp; is_subclass_of(get_class($CI_object), $this-&gt;CI-&gt;config-&gt;config['subclass_prefix'] . &#8216;Model&#8217;) ) {                foreach (get_object_vars($CI_object) as $CI_sub_object)                {                    if (is_object($CI_sub_object) &amp;&amp; is_subclass_of(get_class($CI_sub_object), &#8216;CI_DB&#8217;) )                    {                        $dbs[] = $CI_sub_object;                    }                }            }		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter File Upload And Email Example by Storing Codeigniter Session Data to a Database - 2011 - CodeIgniter Tutorials</title>
		<link>http://www.gotphp.com/codeigniter-file-upload-and-email-example/54438/comment-page-1/#comment-3594</link>
		<dc:creator>Storing Codeigniter Session Data to a Database - 2011 - CodeIgniter Tutorials</dc:creator>
		<pubDate>Mon, 26 Dec 2011 03:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotphp.com/?p=438#comment-3594</guid>
		<description>[...] If you found this article useful, please share your comments below. Related posts:CodeIgniter File Upload And Email Example [...]</description>
		<content:encoded><![CDATA[<p>[...] If you found this article useful, please share your comments below. Related posts:CodeIgniter File Upload And Email Example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter File Upload And Email Example by How To Upgrade to CodeIgniter 2.0 - 2011 - CodeIgniter Tutorials</title>
		<link>http://www.gotphp.com/codeigniter-file-upload-and-email-example/54438/comment-page-1/#comment-3593</link>
		<dc:creator>How To Upgrade to CodeIgniter 2.0 - 2011 - CodeIgniter Tutorials</dc:creator>
		<pubDate>Mon, 26 Dec 2011 02:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotphp.com/?p=438#comment-3593</guid>
		<description>[...] If you found this article useful, please share your comments below. Related posts:CodeIgniter File Upload And Email Example [...]</description>
		<content:encoded><![CDATA[<p>[...] If you found this article useful, please share your comments below. Related posts:CodeIgniter File Upload And Email Example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter File Upload And Email Example by CodeIgniter .htaccess Setup - 2011 - CodeIgniter Tutorials</title>
		<link>http://www.gotphp.com/codeigniter-file-upload-and-email-example/54438/comment-page-1/#comment-3592</link>
		<dc:creator>CodeIgniter .htaccess Setup - 2011 - CodeIgniter Tutorials</dc:creator>
		<pubDate>Mon, 26 Dec 2011 02:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotphp.com/?p=438#comment-3592</guid>
		<description>[...] If you found this article useful, please share your comments below. Related posts:CodeIgniter File Upload And Email Example [...]</description>
		<content:encoded><![CDATA[<p>[...] If you found this article useful, please share your comments below. Related posts:CodeIgniter File Upload And Email Example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter File Upload And Email Example by CodeIgniter Tutorial set_value() - 2011 - CodeIgniter Tutorials</title>
		<link>http://www.gotphp.com/codeigniter-file-upload-and-email-example/54438/comment-page-1/#comment-3591</link>
		<dc:creator>CodeIgniter Tutorial set_value() - 2011 - CodeIgniter Tutorials</dc:creator>
		<pubDate>Mon, 26 Dec 2011 02:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotphp.com/?p=438#comment-3591</guid>
		<description>[...] CodeIgniter File Upload And Email Example [...]</description>
		<content:encoded><![CDATA[<p>[...] CodeIgniter File Upload And Email Example [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

