<?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 on: CodeIgniter: Interacting With a Database</title>
	<atom:link href="http://www.devlounge.net/code/codeigniter-interacting-with-a-database/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/code/codeigniter-interacting-with-a-database</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Sat, 20 Mar 2010 15:15:39 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CodeIgniter and SimplePie &#124; Devlounge</title>
		<link>http://www.devlounge.net/code/codeigniter-interacting-with-a-database/comment-page-1#comment-178142</link>
		<dc:creator>CodeIgniter and SimplePie &#124; Devlounge</dc:creator>
		<pubDate>Thu, 12 Feb 2009 15:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2434#comment-178142</guid>
		<description>[...] on my previous two CodeIgniter Posts, CodeIgniter: Interacting With a Database and CodeIgniter: PHP Development Fun - Part 1, I wanted to spend some time today talking about [...]</description>
		<content:encoded><![CDATA[<p>[...] on my previous two CodeIgniter Posts, CodeIgniter: Interacting With a Database and CodeIgniter: PHP Development Fun &#8211; Part 1, I wanted to spend some time today talking about [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: signal response &#187; Blog Archive &#187; Igniter.</title>
		<link>http://www.devlounge.net/code/codeigniter-interacting-with-a-database/comment-page-1#comment-178064</link>
		<dc:creator>signal response &#187; Blog Archive &#187; Igniter.</dc:creator>
		<pubDate>Fri, 06 Feb 2009 13:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2434#comment-178064</guid>
		<description>[...] of tutorial posts on Devlounge regarding CodeIgniter (is everything CamelCase now?) Part One and Part Two. CodeIgniter will be intertwined with Expression Engine come 2.0 so it might be worth looking into [...]</description>
		<content:encoded><![CDATA[<p>[...] of tutorial posts on Devlounge regarding CodeIgniter (is everything CamelCase now?) Part One and Part Two. CodeIgniter will be intertwined with Expression Engine come 2.0 so it might be worth looking into [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.devlounge.net/code/codeigniter-interacting-with-a-database/comment-page-1#comment-178061</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 05 Feb 2009 22:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2434#comment-178061</guid>
		<description>It&#039;s slower by tens of thousandths of a second over thousands of iterations. 
But it saves time when you have to edit code because it&#039;s easier to read. Especially when your syntax highlighting isn&#039;t screwed up by everything being in an echo.</description>
		<content:encoded><![CDATA[<p>It&#8217;s slower by tens of thousandths of a second over thousands of iterations.<br />
But it saves time when you have to edit code because it&#8217;s easier to read. Especially when your syntax highlighting isn&#8217;t screwed up by everything being in an echo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Peralty</title>
		<link>http://www.devlounge.net/code/codeigniter-interacting-with-a-database/comment-page-1#comment-178060</link>
		<dc:creator>David Peralty</dc:creator>
		<pubDate>Thu, 05 Feb 2009 21:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2434#comment-178060</guid>
		<description>Phillip - Haven&#039;t got there yet, I&#039;ve only given myself the View and Controller parts of the MVC model. :) Thank you though. I will look into it, as I do want to do it right (not just easy).

Jason - Why would I open and close PHP so often? Hasn&#039;t that been proven to be slower?</description>
		<content:encoded><![CDATA[<p>Phillip &#8211; Haven&#8217;t got there yet, I&#8217;ve only given myself the View and Controller parts of the MVC model. <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you though. I will look into it, as I do want to do it right (not just easy).</p>
<p>Jason &#8211; Why would I open and close PHP so often? Hasn&#8217;t that been proven to be slower?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.devlounge.net/code/codeigniter-interacting-with-a-database/comment-page-1#comment-178057</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 05 Feb 2009 16:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2434#comment-178057</guid>
		<description>That completely mauled my example.
http://pastie.org/380751</description>
		<content:encoded><![CDATA[<p>That completely mauled my example.<br />
<a href="http://pastie.org/380751" rel="nofollow">http://pastie.org/380751</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.devlounge.net/code/codeigniter-interacting-with-a-database/comment-page-1#comment-178056</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 05 Feb 2009 16:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2434#comment-178056</guid>
		<description>Yeesh. Too many echos. You can just type in html without echos.
Example:

    Site Name: 
    Site URL: 
	
    
    result() as $row): ?&gt;
        &lt;option value=&#039;id?&gt;&#039;&gt;nichename?&gt;
    
        
    


Would work, I believe.</description>
		<content:encoded><![CDATA[<p>Yeesh. Too many echos. You can just type in html without echos.<br />
Example:</p>
<p>    Site Name:<br />
    Site URL: </p>
<p>    result() as $row): ?&gt;<br />
        &lt;option value=&#8217;id?&gt;&#8217;&gt;nichename?&gt;</p>
<p>Would work, I believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Palmieri</title>
		<link>http://www.devlounge.net/code/codeigniter-interacting-with-a-database/comment-page-1#comment-178053</link>
		<dc:creator>Phillip Palmieri</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2434#comment-178053</guid>
		<description>Hi David,

Don&#039;t know if you just havnt otten there yet in the tutorial, but your db calls &#039;should&#039; (in MVC anyway) be in models.

Then your foreach in the view could be in your controller, where you prep an array, and then use the form_dropdown helper.

- I spend more time with codeigniter, than i do my family...  Let me know if you need any help that doesnt include RTFM - love getting new people into CI.

Phil</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Don&#8217;t know if you just havnt otten there yet in the tutorial, but your db calls &#8217;should&#8217; (in MVC anyway) be in models.</p>
<p>Then your foreach in the view could be in your controller, where you prep an array, and then use the form_dropdown helper.</p>
<p>- I spend more time with codeigniter, than i do my family&#8230;  Let me know if you need any help that doesnt include RTFM &#8211; love getting new people into CI.</p>
<p>Phil</p>
]]></content:encoded>
	</item>
</channel>
</rss>
