<?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 simple CRUD improved</title>
	<atom:link href="http://www.marthijnvandenheuvel.com/2010/06/27/codeigniter-simple-crud-improved/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marthijnvandenheuvel.com/2010/06/27/codeigniter-simple-crud-improved/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 18:11:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Marthijn</title>
		<link>http://www.marthijnvandenheuvel.com/2010/06/27/codeigniter-simple-crud-improved/comment-page-1/#comment-132</link>
		<dc:creator>Marthijn</dc:creator>
		<pubDate>Tue, 29 Jun 2010 15:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=208#comment-132</guid>
		<description>The index function is a controller action indeed, it&#039;s the same index function as in Henri&#039;s version. And thanks for your uri segment tip, I didn&#039;t know that!</description>
		<content:encoded><![CDATA[<p>The index function is a controller action indeed, it&#8217;s the same index function as in Henri&#8217;s version. And thanks for your uri segment tip, I didn&#8217;t know that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.marthijnvandenheuvel.com/2010/06/27/codeigniter-simple-crud-improved/comment-page-1/#comment-131</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 29 Jun 2010 15:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=208#comment-131</guid>
		<description>Also, I should note that your sort URIs should be formatted as follows (under CodeIgniter convention):

&lt;pre&gt;&lt;code&gt;anchor(&#039;person/index/&#039;.$offset.&#039;/name/&#039;.($order_type == &#039;asc&#039; ? &#039;desc&#039; : &#039;asc&#039;)&lt;/code&gt;&lt;/pre&gt;

This allows the function to automatically receive the arguments passed in the URI. You should of course initialize their values to defaults if they are empty.</description>
		<content:encoded><![CDATA[<p>Also, I should note that your sort URIs should be formatted as follows (under CodeIgniter convention):</p>
<pre><code>anchor('person/index/'.$offset.'/name/'.($order_type == 'asc' ? 'desc' : 'asc')</code></pre>
<p>This allows the function to automatically receive the arguments passed in the URI. You should of course initialize their values to defaults if they are empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.marthijnvandenheuvel.com/2010/06/27/codeigniter-simple-crud-improved/comment-page-1/#comment-130</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 29 Jun 2010 15:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=208#comment-130</guid>
		<description>I assume that the &#039;&lt;code&gt;index&lt;/code&gt;&#039; function is intended to be in a controller. You&#039;re doing lots of extra work with the &lt;code&gt;$this-&gt;uri-&gt;segment()&lt;/code&gt; calls. The arguments of the function should already be filled in by segments 3 through 5. Assuming you have your URI configured properly in your configuration file.

See: http://codeigniter.com/user_guide/general/controllers.html#passinguri</description>
		<content:encoded><![CDATA[<p>I assume that the &#8216;<code>index</code>&#8216; function is intended to be in a controller. You&#8217;re doing lots of extra work with the <code>$this-&gt;uri-&gt;segment()</code> calls. The arguments of the function should already be filled in by segments 3 through 5. Assuming you have your URI configured properly in your configuration file.</p>
<p>See: <a href="http://codeigniter.com/user_guide/general/controllers.html#passinguri" rel="nofollow">http://codeigniter.com/user_guide/general/controllers.html#passinguri</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention CodeIgniter simple CRUD improved â€“ marthijn. -- Topsy.com</title>
		<link>http://www.marthijnvandenheuvel.com/2010/06/27/codeigniter-simple-crud-improved/comment-page-1/#comment-126</link>
		<dc:creator>Tweets that mention CodeIgniter simple CRUD improved â€“ marthijn. -- Topsy.com</dc:creator>
		<pubDate>Mon, 28 Jun 2010 20:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=208#comment-126</guid>
		<description>[...] This post was mentioned on Twitter by ioros, Abdullah Al Mamun. Abdullah Al Mamun said: CodeIgniter simple CRUD improved â€“ marthijn. http://bit.ly/a4HiAK #codeigniter. [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by ioros, Abdullah Al Mamun. Abdullah Al Mamun said: CodeIgniter simple CRUD improved â€“ marthijn. <a href="http://bit.ly/a4HiAK" rel="nofollow">http://bit.ly/a4HiAK</a> #codeigniter. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

