<?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 Tutorial &#8211; ORM with DataMapper</title>
	<atom:link href="http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/feed/" rel="self" type="application/rss+xml" />
	<link>http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/</link>
	<description>Web Developer Tutorial</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:50:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Zoran</title>
		<link>http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/comment-page-1/#comment-318</link>
		<dc:creator>Zoran</dc:creator>
		<pubDate>Tue, 21 Apr 2009 18:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=230#comment-318</guid>
		<description>This is really cool. Am i supposed to write a model like StudentsCourses or the DataMapper is taking care of that too?</description>
		<content:encoded><![CDATA[<p>This is really cool. Am i supposed to write a model like StudentsCourses or the DataMapper is taking care of that too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gowar</title>
		<link>http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/comment-page-1/#comment-316</link>
		<dc:creator>gowar</dc:creator>
		<pubDate>Sat, 18 Apr 2009 17:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=230#comment-316</guid>
		<description>Nice tutorial..

@al : I had the same problem like yours, and I changed :

        $config[&#039;base_url&#039;] = site_url(&quot;students&quot;);
        $config[&#039;total_rows&#039;] = $total_rows;
        $config[&#039;per_page&#039;] = &#039;5&#039;;
        $config[&#039;uri_segment&#039;] = 2;
        $this-&gt;pagination-&gt;initialize($config); 

to:

        $config[&#039;base_url&#039;] = site_url(&quot;students/index&quot;);
        $config[&#039;total_rows&#039;] = $total_rows;
        $config[&#039;per_page&#039;] = &#039;2&#039;;
        $config[&#039;uri_segment&#039;] = 3;
        $this-&gt;pagination-&gt;initialize($config); 

and it works great..</description>
		<content:encoded><![CDATA[<p>Nice tutorial..</p>
<p>@al : I had the same problem like yours, and I changed :</p>
<p>        $config['base_url'] = site_url(&#8220;students&#8221;);<br />
        $config['total_rows'] = $total_rows;<br />
        $config['per_page'] = &#8217;5&#8242;;<br />
        $config['uri_segment'] = 2;<br />
        $this-&gt;pagination-&gt;initialize($config); </p>
<p>to:</p>
<p>        $config['base_url'] = site_url(&#8220;students/index&#8221;);<br />
        $config['total_rows'] = $total_rows;<br />
        $config['per_page'] = &#8217;2&#8242;;<br />
        $config['uri_segment'] = 3;<br />
        $this-&gt;pagination-&gt;initialize($config); </p>
<p>and it works great..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: al</title>
		<link>http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/comment-page-1/#comment-313</link>
		<dc:creator>al</dc:creator>
		<pubDate>Thu, 16 Apr 2009 11:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=230#comment-313</guid>
		<description>Good tutorial. Problem though. Using CI 1.7.1, php5. pagination link to page 2 not working. Also, do you have style.css? Thanks for the tutorial.</description>
		<content:encoded><![CDATA[<p>Good tutorial. Problem though. Using CI 1.7.1, php5. pagination link to page 2 not working. Also, do you have style.css? Thanks for the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CI &#171; H79.de</title>
		<link>http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/comment-page-1/#comment-293</link>
		<dc:creator>CI &#171; H79.de</dc:creator>
		<pubDate>Mon, 06 Apr 2009 21:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=230#comment-293</guid>
		<description>[...] http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/" rel="nofollow">http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Komunitasweb.com: CodeIgniter Tutorial - ORM with DataMapper &#124; Cole Design Studios</title>
		<link>http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/comment-page-1/#comment-290</link>
		<dc:creator>Komunitasweb.com: CodeIgniter Tutorial - ORM with DataMapper &#124; Cole Design Studios</dc:creator>
		<pubDate>Mon, 06 Apr 2009 13:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=230#comment-290</guid>
		<description>[...] Komunitasweb.com today there&#8217;s new tutorial showing how to use the DataMapper library for the CodeIgniter framework to introduce object [...]</description>
		<content:encoded><![CDATA[<p>[...] Komunitasweb.com today there&#8217;s new tutorial showing how to use the DataMapper library for the CodeIgniter framework to introduce object [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-04-04 &#8212; Mior Muhammad Zaki: PHP &#38; JavaScript Programmer</title>
		<link>http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/comment-page-1/#comment-287</link>
		<dc:creator>links for 2009-04-04 &#8212; Mior Muhammad Zaki: PHP &#38; JavaScript Programmer</dc:creator>
		<pubDate>Sat, 04 Apr 2009 18:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=230#comment-287</guid>
		<description>[...]        April 5 2009    Zaki saved CodeIgniter Tutorial - ORM with DataMapper &#124; KomunitasWeb on Delicious.   02:00 am - No [...]</description>
		<content:encoded><![CDATA[<p>[...]        April 5 2009    Zaki saved CodeIgniter Tutorial &#8211; ORM with DataMapper | KomunitasWeb on Delicious.   02:00 am &#8211; No [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oDiN</title>
		<link>http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/comment-page-1/#comment-286</link>
		<dc:creator>oDiN</dc:creator>
		<pubDate>Sat, 04 Apr 2009 16:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=230#comment-286</guid>
		<description>nice tutorial !
Do u have any other tutorials that using another ORM other than Datamapper ?</description>
		<content:encoded><![CDATA[<p>nice tutorial !<br />
Do u have any other tutorials that using another ORM other than Datamapper ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radoslav Stankov</title>
		<link>http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/comment-page-1/#comment-284</link>
		<dc:creator>Radoslav Stankov</dc:creator>
		<pubDate>Fri, 03 Apr 2009 22:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=230#comment-284</guid>
		<description>Great tutorial :) 

p.s. Where is Berbatov ?!</description>
		<content:encoded><![CDATA[<p>Great tutorial :) </p>
<p>p.s. Where is Berbatov ?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JDStraughan</title>
		<link>http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/comment-page-1/#comment-280</link>
		<dc:creator>JDStraughan</dc:creator>
		<pubDate>Fri, 03 Apr 2009 15:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=230#comment-280</guid>
		<description>Great tutorial.  Will add to http://tutlist.com</description>
		<content:encoded><![CDATA[<p>Great tutorial.  Will add to <a href="http://tutlist.com" rel="nofollow">http://tutlist.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilang Chandrasa</title>
		<link>http://komunitasweb.com/2009/04/codeigniter-tutorial-orm-with-datamapper/comment-page-1/#comment-277</link>
		<dc:creator>Gilang Chandrasa</dc:creator>
		<pubDate>Fri, 03 Apr 2009 11:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://komunitasweb.com/?p=230#comment-277</guid>
		<description>@AntonioCS Thanks for pointing me out. It&#039;s no problem and run well, but I see your point, it&#039;s bad practice. I have changed my code now.</description>
		<content:encoded><![CDATA[<p>@AntonioCS Thanks for pointing me out. It&#8217;s no problem and run well, but I see your point, it&#8217;s bad practice. I have changed my code now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
