<?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 Pagination Part 1</title>
	<atom:link href="http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/</link>
	<description>PHP Freelance Developer</description>
	<lastBuildDate>Wed, 04 May 2011 10:24:34 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dj kim</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-158</link>
		<dc:creator>dj kim</dc:creator>
		<pubDate>Sat, 05 Mar 2011 18:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-158</guid>
		<description>awesome, just what I need to know</description>
		<content:encoded><![CDATA[<p>awesome, just what I need to know</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaartikeyan R</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-156</link>
		<dc:creator>Kaartikeyan R</dc:creator>
		<pubDate>Fri, 25 Feb 2011 20:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-156</guid>
		<description>Thanks for this Great Tutorial! I really thankful to you.</description>
		<content:encoded><![CDATA[<p>Thanks for this Great Tutorial! I really thankful to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan González</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-148</link>
		<dc:creator>Juan González</dc:creator>
		<pubDate>Thu, 18 Nov 2010 17:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-148</guid>
		<description>Hi Lee, thanks for taking the time to post this nice tutorial.

It explains much more than the CI documentation, and now I was actually able to put my pagination to work.

Nice work.  Keep it up.

Cheers,</description>
		<content:encoded><![CDATA[<p>Hi Lee, thanks for taking the time to post this nice tutorial.</p>
<p>It explains much more than the CI documentation, and now I was actually able to put my pagination to work.</p>
<p>Nice work.  Keep it up.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hasnain</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-140</link>
		<dc:creator>hasnain</dc:creator>
		<pubDate>Thu, 23 Sep 2010 22:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-140</guid>
		<description>Ops Thanks, found the error!

Enjoying your other screen casts too!</description>
		<content:encoded><![CDATA[<p>Ops Thanks, found the error!</p>
<p>Enjoying your other screen casts too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hasnain</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-139</link>
		<dc:creator>hasnain</dc:creator>
		<pubDate>Thu, 23 Sep 2010 22:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-139</guid>
		<description>Hello Lee,

I know this is very late and you probably might not check this page regularly but I will give it a shot.

First of all, this is a great detailed tutorial, I had seen many pagination tutorials but none of them as clear as this one.

The issue that I can facing is connecting the pagination links. My first page seems to work perfectly but the other links don&#039;t seem to work. I know its probably some small silly thing but i had spent hours figuring out what the problem might be but I have failed. 

Would you like me to sent the source code to see what the issue is?</description>
		<content:encoded><![CDATA[<p>Hello Lee,</p>
<p>I know this is very late and you probably might not check this page regularly but I will give it a shot.</p>
<p>First of all, this is a great detailed tutorial, I had seen many pagination tutorials but none of them as clear as this one.</p>
<p>The issue that I can facing is connecting the pagination links. My first page seems to work perfectly but the other links don&#8217;t seem to work. I know its probably some small silly thing but i had spent hours figuring out what the problem might be but I have failed. </p>
<p>Would you like me to sent the source code to see what the issue is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-133</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 27 Jun 2010 12:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-133</guid>
		<description>Hi Lee,

First thanks for the great tutorial... it has really helped a lot.

To help me get my head around ci pagination more, I placed your sample &#039;posts&#039; code into the correct directories on a local machine and it all works great.

My issue is that I need to use pagination in a project where the controller is located in a subdirectory (controllers/administration/). When I run the sample posts controller from this directory all of the data appears fine and I can page through it.

The big problem is that the first page links no longer work. When  I move the controller out of the subdirectory (controllers/administration/) back to Controllers.... everything works perfectly.

I&#039;m running ci 1.7.2 and would really appreciate your help as this is really doing my head in.

Cheers, Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Lee,</p>
<p>First thanks for the great tutorial&#8230; it has really helped a lot.</p>
<p>To help me get my head around ci pagination more, I placed your sample &#8216;posts&#8217; code into the correct directories on a local machine and it all works great.</p>
<p>My issue is that I need to use pagination in a project where the controller is located in a subdirectory (controllers/administration/). When I run the sample posts controller from this directory all of the data appears fine and I can page through it.</p>
<p>The big problem is that the first page links no longer work. When  I move the controller out of the subdirectory (controllers/administration/) back to Controllers&#8230;. everything works perfectly.</p>
<p>I&#8217;m running ci 1.7.2 and would really appreciate your help as this is really doing my head in.</p>
<p>Cheers, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-119</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 03 Feb 2010 17:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-119</guid>
		<description>Sorry for the late response. Not quite sure what your issue is? If you still got a problem just send me an email with some example code and ill point you in the right direction.</description>
		<content:encoded><![CDATA[<p>Sorry for the late response. Not quite sure what your issue is? If you still got a problem just send me an email with some example code and ill point you in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sammeer</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-109</link>
		<dc:creator>Sammeer</dc:creator>
		<pubDate>Mon, 21 Dec 2009 17:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-109</guid>
		<description>Nice cast helped a lot to understand gr8</description>
		<content:encoded><![CDATA[<p>Nice cast helped a lot to understand gr8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: williamrouse</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-98</link>
		<dc:creator>williamrouse</dc:creator>
		<pubDate>Mon, 23 Nov 2009 03:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-98</guid>
		<description>This is the second of your series that I have studied and given the date of the screencast it looks like I am about a month behind.  I like what I am learning.
My problem right now is seeing how you linked from the welcome page to your post controller.
I was able to modify the welcome page as you have done, with the assets directory and the header and footer includes.  I don&#039;t see how you linked the new POST menu item from the welcome page to get to the post controller.
Looking to get to the rest of the tutorials this week.</description>
		<content:encoded><![CDATA[<p>This is the second of your series that I have studied and given the date of the screencast it looks like I am about a month behind.  I like what I am learning.<br />
My problem right now is seeing how you linked from the welcome page to your post controller.<br />
I was able to modify the welcome page as you have done, with the assets directory and the header and footer includes.  I don&#8217;t see how you linked the new POST menu item from the welcome page to get to the post controller.<br />
Looking to get to the rest of the tutorials this week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-89</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Mon, 26 Oct 2009 15:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-89</guid>
		<description>One more thing, not sure if it makes a difference but I&#039;m using CI version 1.7.2

thanks for the excellent screencasts!!</description>
		<content:encoded><![CDATA[<p>One more thing, not sure if it makes a difference but I&#8217;m using CI version 1.7.2</p>
<p>thanks for the excellent screencasts!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

