<?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: Ajax Pagination in CakePHP using JQuery</title>
	<atom:link href="http://farrworks.com/2009/01/ajax-pagination-in-cakephp-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://farrworks.com/2009/01/ajax-pagination-in-cakephp-using-jquery/</link>
	<description>Technology, Work, Life, Play, and everything else in between the ears of an Ian...</description>
	<lastBuildDate>Mon, 30 Aug 2010 12:27:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: axe</title>
		<link>http://farrworks.com/2009/01/ajax-pagination-in-cakephp-using-jquery/comment-page-1/#comment-8662</link>
		<dc:creator>axe</dc:creator>
		<pubDate>Tue, 24 Nov 2009 03:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://farrworks.com/?p=128#comment-8662</guid>
		<description>You must add one of the following in your router.php configuration file in order to use the &#039;page&#039; parameter in url and Router will parse your url

 * Do not parse any named parameters:
 * {{{ Router::connectNamed(false); }}}
 *
 * Parse only default parameters used for CakePHP&#039;s pagination:
 * {{{ Router::connectNamed(false, array(&#039;default&#039; =&gt; true)); }}}
 *
 * Parse only the page parameter if its value is a number:
 * {{{ Router::connectNamed(array(&#039;page&#039; =&gt; &#039;[\d]+&#039;), array(&#039;default&#039; =&gt; false, &#039;greedy&#039; =&gt; false)); }}}
 *
 * Parse only the page parameter no mater what.
 * {{{ Router::connectNamed(array(&#039;page&#039;), array(&#039;default&#039; =&gt; false, &#039;greedy&#039; =&gt; false)); }}}
 *
 * Parse only the page parameter if the current action is &#039;index&#039;.
 * {{{ Router::connectNamed(array(&#039;page&#039; =&gt; array(&#039;action&#039; =&gt; &#039;index&#039;)), array(&#039;default&#039; =&gt; false, &#039;greedy&#039; =&gt; false)); }}}
 *
 * Parse only the page parameter if the current action is &#039;index&#039; and the controller is &#039;pages&#039;.
 * {{{ Router::connectNamed(array(&#039;page&#039; =&gt; array(&#039;action&#039; =&gt; &#039;index&#039;, &#039;controller&#039; =&gt; &#039;pages&#039;)), array(&#039;default&#039; =&gt; false, &#039;greedy&#039; =&gt; false)); }}}
 *</description>
		<content:encoded><![CDATA[<p>You must add one of the following in your router.php configuration file in order to use the &#8216;page&#8217; parameter in url and Router will parse your url</p>
<p> * Do not parse any named parameters:<br />
 * {{{ Router::connectNamed(false); }}}<br />
 *<br />
 * Parse only default parameters used for CakePHP&#8217;s pagination:<br />
 * {{{ Router::connectNamed(false, array(&#8216;default&#8217; =&gt; true)); }}}<br />
 *<br />
 * Parse only the page parameter if its value is a number:<br />
 * {{{ Router::connectNamed(array(&#8216;page&#8217; =&gt; &#8216;[\d]+&#8217;), array(&#8216;default&#8217; =&gt; false, &#8216;greedy&#8217; =&gt; false)); }}}<br />
 *<br />
 * Parse only the page parameter no mater what.<br />
 * {{{ Router::connectNamed(array(&#8216;page&#8217;), array(&#8216;default&#8217; =&gt; false, &#8216;greedy&#8217; =&gt; false)); }}}<br />
 *<br />
 * Parse only the page parameter if the current action is &#8216;index&#8217;.<br />
 * {{{ Router::connectNamed(array(&#8216;page&#8217; =&gt; array(&#8216;action&#8217; =&gt; &#8216;index&#8217;)), array(&#8216;default&#8217; =&gt; false, &#8216;greedy&#8217; =&gt; false)); }}}<br />
 *<br />
 * Parse only the page parameter if the current action is &#8216;index&#8217; and the controller is &#8216;pages&#8217;.<br />
 * {{{ Router::connectNamed(array(&#8216;page&#8217; =&gt; array(&#8216;action&#8217; =&gt; &#8216;index&#8217;, &#8216;controller&#8217; =&gt; &#8216;pages&#8217;)), array(&#8216;default&#8217; =&gt; false, &#8216;greedy&#8217; =&gt; false)); }}}<br />
 *</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimiya</title>
		<link>http://farrworks.com/2009/01/ajax-pagination-in-cakephp-using-jquery/comment-page-1/#comment-1899</link>
		<dc:creator>Jimiya</dc:creator>
		<pubDate>Thu, 16 Apr 2009 10:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://farrworks.com/?p=128#comment-1899</guid>
		<description>very nice post</description>
		<content:encoded><![CDATA[<p>very nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://farrworks.com/2009/01/ajax-pagination-in-cakephp-using-jquery/comment-page-1/#comment-880</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 01 Apr 2009 10:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://farrworks.com/?p=128#comment-880</guid>
		<description>Thanks, this is a great tip.</description>
		<content:encoded><![CDATA[<p>Thanks, this is a great tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
