<?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>Thu, 03 Jun 2010 20:58:51 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: mary</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-88</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Mon, 26 Oct 2009 15:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-88</guid>
		<description>Quick question. How do you get that Posts link to work and direct to the Posts page?

I&#039;ve created the controller, model, and view like you did. Then I went into inc/header.php to add the link to Posts. At first I just entered the link as - a href.... /posts.php but that didn&#039;t work.

Then I read some reading and discovered the anchor function of the url helper which I&#039;ve already autoloaded. So I tried

echo anchor(&#039;posts&#039;, &#039;Posts&#039;) but that isn&#039;t working either.

I also tried

echo anchor(&#039;posts/index&#039;, &#039;Posts&#039;)

Help?

thanks</description>
		<content:encoded><![CDATA[<p>Quick question. How do you get that Posts link to work and direct to the Posts page?</p>
<p>I&#8217;ve created the controller, model, and view like you did. Then I went into inc/header.php to add the link to Posts. At first I just entered the link as &#8211; a href&#8230;. /posts.php but that didn&#8217;t work.</p>
<p>Then I read some reading and discovered the anchor function of the url helper which I&#8217;ve already autoloaded. So I tried</p>
<p>echo anchor(&#8217;posts&#8217;, &#8216;Posts&#8217;) but that isn&#8217;t working either.</p>
<p>I also tried</p>
<p>echo anchor(&#8217;posts/index&#8217;, &#8216;Posts&#8217;)</p>
<p>Help?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-49</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Wed, 29 Jul 2009 21:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-49</guid>
		<description>Thanks! I&#039;m new the codeigniter and your casts help immensely</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;m new the codeigniter and your casts help immensely</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.weblee.co.uk/2009/06/06/codeigniter-pagination-part-1/comment-page-1/#comment-47</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 23 Jul 2009 18:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.weblee.co.uk/?p=71#comment-47</guid>
		<description>Thank you.  This helped me understand pagination.  The Code Igniter documentation didn&#039;t have this that I could find.</description>
		<content:encoded><![CDATA[<p>Thank you.  This helped me understand pagination.  The Code Igniter documentation didn&#8217;t have this that I could find.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
