<?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: Insert Multiple Rows Into A Database with CodeIgniter</title>
	<atom:link href="http://codefury.net/2009/12/insert-multiple-rows-into-a-database-with-codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://codefury.net/2009/12/insert-multiple-rows-into-a-database-with-codeigniter/</link>
	<description>One programmer's formatted output stream</description>
	<lastBuildDate>Fri, 27 Jan 2012 21:03:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Yaje</title>
		<link>http://codefury.net/2009/12/insert-multiple-rows-into-a-database-with-codeigniter/comment-page-1/#comment-1212</link>
		<dc:creator>Yaje</dc:creator>
		<pubDate>Tue, 03 May 2011 17:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://codefury.net/?p=135#comment-1212</guid>
		<description>Need an update for this for CI version 2.0</description>
		<content:encoded><![CDATA[<p>Need an update for this for CI version 2.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syabac</title>
		<link>http://codefury.net/2009/12/insert-multiple-rows-into-a-database-with-codeigniter/comment-page-1/#comment-436</link>
		<dc:creator>syabac</dc:creator>
		<pubDate>Tue, 06 Jul 2010 08:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://codefury.net/?p=135#comment-436</guid>
		<description>oops, 
here is the right code:
function escape_value(&amp;$value){
   $value = $this-&gt;db-&gt;escape($value);
}

function prepare_column_name(&amp;$name){
   $name = $this-&gt;db-&gt;protect_identifiers($name);
}</description>
		<content:encoded><![CDATA[<p>oops,<br />
here is the right code:<br />
function escape_value(&amp;$value){<br />
   $value = $this-&gt;db-&gt;escape($value);<br />
}</p>
<p>function prepare_column_name(&amp;$name){<br />
   $name = $this-&gt;db-&gt;protect_identifiers($name);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syabac</title>
		<link>http://codefury.net/2009/12/insert-multiple-rows-into-a-database-with-codeigniter/comment-page-1/#comment-435</link>
		<dc:creator>syabac</dc:creator>
		<pubDate>Tue, 06 Jul 2010 08:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://codefury.net/?p=135#comment-435</guid>
		<description>Thanks for sharing, 
but i think escape_value and prepare_column methods
should be dependent. so, they should

db-&gt;escape($value);
    }
 
    function prepare_column_name(&amp;$name)
    {
        $name = $this-&gt;db-&gt;protect_identifiers($name);
    }

?&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for sharing,<br />
but i think escape_value and prepare_column methods<br />
should be dependent. so, they should</p>
<p>db-&gt;escape($value);<br />
    }</p>
<p>    function prepare_column_name(&amp;$name)<br />
    {<br />
        $name = $this-&gt;db-&gt;protect_identifiers($name);<br />
    }</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lilwiki</title>
		<link>http://codefury.net/2009/12/insert-multiple-rows-into-a-database-with-codeigniter/comment-page-1/#comment-385</link>
		<dc:creator>Lilwiki</dc:creator>
		<pubDate>Mon, 19 Apr 2010 20:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://codefury.net/?p=135#comment-385</guid>
		<description>Thanks Kenny that was very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks Kenny that was very helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

