<?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: Using CodeIgniter to get the Last Inserted ID</title>
	<atom:link href="http://grasshopperpebbles.com/codeigniter/using-codeigniter-to-get-the-last-inserted-id/feed/" rel="self" type="application/rss+xml" />
	<link>http://grasshopperpebbles.com/codeigniter/using-codeigniter-to-get-the-last-inserted-id/</link>
	<description>Ajax and Ajax Frameworks</description>
	<lastBuildDate>Fri, 17 Feb 2012 21:45:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Thyago</title>
		<link>http://grasshopperpebbles.com/codeigniter/using-codeigniter-to-get-the-last-inserted-id/#comment-1742</link>
		<dc:creator>Thyago</dc:creator>
		<pubDate>Thu, 31 Mar 2011 15:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=202#comment-1742</guid>
		<description>Thanks for this dude, really helpful</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>Thanks for this dude, really helpful<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Regs</title>
		<link>http://grasshopperpebbles.com/codeigniter/using-codeigniter-to-get-the-last-inserted-id/#comment-1700</link>
		<dc:creator>Regs</dc:creator>
		<pubDate>Fri, 28 Jan 2011 17:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=202#comment-1700</guid>
		<description>Thanks guys.. specially Joe for enlightening about called mysql_insert_id()</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>Thanks guys.. specially Joe for enlightening about called mysql_insert_id()<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: superposts</title>
		<link>http://grasshopperpebbles.com/codeigniter/using-codeigniter-to-get-the-last-inserted-id/#comment-1678</link>
		<dc:creator>superposts</dc:creator>
		<pubDate>Tue, 11 Jan 2011 17:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=202#comment-1678</guid>
		<description>thanks for the post, $id = $this-&gt;db-&gt;insert_id(); is really easy and nice.</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>thanks for the post, $id = $this-&gt;db-&gt;insert_id(); is really easy and nice.<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://grasshopperpebbles.com/codeigniter/using-codeigniter-to-get-the-last-inserted-id/#comment-169</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 27 Jun 2009 22:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://grasshopperpebbles.com/?p=202#comment-169</guid>
		<description>It works because MySQL has built-in support for this.  In the PHP MySQL module, there is a function called mysql_insert_id() that will return the last inserted primary key for the last insert.

CodeIgniter is simply wrapping around this functionality.</description>
		<content:encoded><![CDATA[<div class="KonaBody">
<!-- google_ad_section_start --><br />
<!--INFOLINKS_ON--></p>
<p>It works because MySQL has built-in support for this.  In the PHP MySQL module, there is a function called mysql_insert_id() that will return the last inserted primary key for the last insert.</p>
<p>CodeIgniter is simply wrapping around this functionality.<br />
<!--INFOLINKS_OFF--><br />
<!-- google_ad_section_end -->
</p>
</div>
<p> <!-- KonaBody --></p>
]]></content:encoded>
	</item>
</channel>
</rss>

