<?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: Kohana Pagination Tutorial</title>
	<atom:link href="http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/</link>
	<description>Personal blog of Matthew Wells</description>
	<lastBuildDate>Thu, 08 Oct 2009 07:21:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: svar0g</title>
		<link>http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/comment-page-1/#comment-6113</link>
		<dc:creator>svar0g</dc:creator>
		<pubDate>Thu, 30 Jul 2009 13:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=26#comment-6113</guid>
		<description>Hi!

Thank you for awesome tutorial. First I&#039;d like to warn that not all PHP code is seen, so I needed to look inside the source code.

And second, I don&#039;t understand why you can&#039;t switch between pages directly from address; Like users/index/2 although route should do exactly that... :/

Take care!

svar0g.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Thank you for awesome tutorial. First I&#8217;d like to warn that not all PHP code is seen, so I needed to look inside the source code.</p>
<p>And second, I don&#8217;t understand why you can&#8217;t switch between pages directly from address; Like users/index/2 although route should do exactly that&#8230; :/</p>
<p>Take care!</p>
<p>svar0g.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/comment-page-1/#comment-2708</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Wed, 29 Oct 2008 18:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=26#comment-2708</guid>
		<description>Thanks a lot, Bogdan.
Your posting helped a lot.

Andrei.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, Bogdan.<br />
Your posting helped a lot.</p>
<p>Andrei.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan</title>
		<link>http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/comment-page-1/#comment-1661</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Mon, 25 Aug 2008 11:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=26#comment-1661</guid>
		<description>Thanks for the very quick response, Matt!

The url rewriting using the .htaccess file was done. The mistake was I did not change the config.php from: 
    $config[&#039;index_page&#039;] = &#039;index.php&#039;;
to:
    $config[&#039;index_page&#039;] = &#039;&#039;;

I made this change and now the pagination links don&#039;t contain any more &quot;index.php&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks for the very quick response, Matt!</p>
<p>The url rewriting using the .htaccess file was done. The mistake was I did not change the config.php from:<br />
    $config['index_page'] = &#8216;index.php&#8217;;<br />
to:<br />
    $config['index_page'] = &#8221;;</p>
<p>I made this change and now the pagination links don&#8217;t contain any more &#8220;index.php&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/comment-page-1/#comment-1660</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 25 Aug 2008 10:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=26#comment-1660</guid>
		<description>Hi Bogdan,

Removing the index.php from the urls should be set up seperately to the Pagination library.

For a detailed understanding of how this works, and how to do this see &lt;a href=&quot;http://docs.kohanaphp.com/general/urls&quot; rel=&quot;nofollow&quot;&gt;Kohana documentation&lt;/a&gt;.

Hope that helps!

/Matt</description>
		<content:encoded><![CDATA[<p>Hi Bogdan,</p>
<p>Removing the index.php from the urls should be set up seperately to the Pagination library.</p>
<p>For a detailed understanding of how this works, and how to do this see <a href="http://docs.kohanaphp.com/general/urls" rel="nofollow">Kohana documentation</a>.</p>
<p>Hope that helps!</p>
<p>/Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan</title>
		<link>http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/comment-page-1/#comment-1659</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Mon, 25 Aug 2008 10:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=26#comment-1659</guid>
		<description>Hi,

I used the pagination library but the generated links contain index.php. Even if the links are working, I want to remove the index.php from the link. Do you know if this can be done using the pagination module, or I have to do it using .htaccess?

Thanks,
Bogdan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I used the pagination library but the generated links contain index.php. Even if the links are working, I want to remove the index.php from the link. Do you know if this can be done using the pagination module, or I have to do it using .htaccess?</p>
<p>Thanks,<br />
Bogdan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leon</title>
		<link>http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/comment-page-1/#comment-1325</link>
		<dc:creator>leon</dc:creator>
		<pubDate>Fri, 18 Jul 2008 09:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=26#comment-1325</guid>
		<description>Hi
small question:
the methods: count_all() and find_all($limit) are built-in in kohana 2.1.2?
I&#039;m not sure...</description>
		<content:encoded><![CDATA[<p>Hi<br />
small question:<br />
the methods: count_all() and find_all($limit) are built-in in kohana 2.1.2?<br />
I&#8217;m not sure&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schnoodles</title>
		<link>http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/comment-page-1/#comment-1226</link>
		<dc:creator>schnoodles</dc:creator>
		<pubDate>Thu, 03 Jul 2008 03:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=26#comment-1226</guid>
		<description>Ahh that is very nice and simple.
I could be wrong but 

&lt;pre&gt;
 $users = new Ntuser_Model;
&lt;/pre&gt;

Isnt actually getting used at all, so you could remove that.</description>
		<content:encoded><![CDATA[<p>Ahh that is very nice and simple.<br />
I could be wrong but </p>
<pre>
 $users = new Ntuser_Model;
</pre>
<p>Isnt actually getting used at all, so you could remove that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learning Kohana &#187; Tutorials from the web</title>
		<link>http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/comment-page-1/#comment-1219</link>
		<dc:creator>Learning Kohana &#187; Tutorials from the web</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=26#comment-1219</guid>
		<description>[...] at Matthew Wells&#8217; blog but he posted some new ones that deserve your attention. There is a tutorial that covers pagination, something I haven&#8217;t done yet on this blog so should be very helpful. The second one covers a [...]</description>
		<content:encoded><![CDATA[<p>[...] at Matthew Wells&#8217; blog but he posted some new ones that deserve your attention. There is a tutorial that covers pagination, something I haven&#8217;t done yet on this blog so should be very helpful. The second one covers a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert</title>
		<link>http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/comment-page-1/#comment-1213</link>
		<dc:creator>Geert</dc:creator>
		<pubDate>Mon, 30 Jun 2008 06:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=26#comment-1213</guid>
		<description>Note that in Kohana 2.2 pagination config groups are supported. Yay!

See: http://trac.kohanaphp.com/changeset/2935</description>
		<content:encoded><![CDATA[<p>Note that in Kohana 2.2 pagination config groups are supported. Yay!</p>
<p>See: <a href="http://trac.kohanaphp.com/changeset/2935" rel="nofollow">http://trac.kohanaphp.com/changeset/2935</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.ninjapenguin.co.uk/blog/2008/06/21/kohana-pagination-tutorial/comment-page-1/#comment-1182</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 23 Jun 2008 08:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjapenguin.co.uk/blog/?p=26#comment-1182</guid>
		<description>Many thanks for that, I&#039;ve updated the article!

/Matt</description>
		<content:encoded><![CDATA[<p>Many thanks for that, I&#8217;ve updated the article!</p>
<p>/Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.400 seconds -->
