<?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: CakePHP Paginate Multiple Data Sets on One Page</title>
	<atom:link href="http://deadlytechnology.com/scripts/php/paginate-multiple-data-sets/feed/" rel="self" type="application/rss+xml" />
	<link>http://deadlytechnology.com/php/paginate-multiple-data-sets/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 00:31:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Anonymous</title>
		<link>http://deadlytechnology.com/php/paginate-multiple-data-sets/comment-page-1/#comment-1242</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 15 Sep 2011 21:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=146#comment-1242</guid>
		<description>Not sure, I think you&#039;re going to have to figure out what sets of data you are going to display in the controller then pass it to the view in some kind of array and loop over. </description>
		<content:encoded><![CDATA[<p>Not sure, I think you&#8217;re going to have to figure out what sets of data you are going to display in the controller then pass it to the view in some kind of array and loop over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binoy Av</title>
		<link>http://deadlytechnology.com/php/paginate-multiple-data-sets/comment-page-1/#comment-1241</link>
		<dc:creator>Binoy Av</dc:creator>
		<pubDate>Thu, 15 Sep 2011 11:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=146#comment-1241</guid>
		<description>Hi,

I have a similar requirement. But instead of news and archives I have a dynamic set of data. For example, I need to show the category (as a title) and products of that category with pagination. Below 
that I need to show the next category with the products and pagination etc etc. How can i do this ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a similar requirement. But instead of news and archives I have a dynamic set of data. For example, I need to show the category (as a title) and products of that category with pagination. Below<br />
that I need to show the next category with the products and pagination etc etc. How can i do this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://deadlytechnology.com/php/paginate-multiple-data-sets/comment-page-1/#comment-583</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Wed, 05 May 2010 07:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=146#comment-583</guid>
		<description>Sorry Nick, I don&#039;t</description>
		<content:encoded><![CDATA[<p>Sorry Nick, I don&#8217;t</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://deadlytechnology.com/php/paginate-multiple-data-sets/comment-page-1/#comment-582</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 05 May 2010 05:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=146#comment-582</guid>
		<description>Do you know of a non-AJAX solution for this?</description>
		<content:encoded><![CDATA[<p>Do you know of a non-AJAX solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://deadlytechnology.com/php/paginate-multiple-data-sets/comment-page-1/#comment-537</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Tue, 16 Feb 2010 22:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=146#comment-537</guid>
		<description>@pere I&#039;m concerned that it took hours to find this post on google. This post doesn&#039;t so much solve the problem of multiple pagination but it provides an interesting approach and highlights some limitations with the cakephp paginator.</description>
		<content:encoded><![CDATA[<p>@pere I&#8217;m concerned that it took hours to find this post on google. This post doesn&#8217;t so much solve the problem of multiple pagination but it provides an interesting approach and highlights some limitations with the cakephp paginator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pere</title>
		<link>http://deadlytechnology.com/php/paginate-multiple-data-sets/comment-page-1/#comment-525</link>
		<dc:creator>pere</dc:creator>
		<pubDate>Tue, 12 Jan 2010 01:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=146#comment-525</guid>
		<description>sorry jacques but that is just not a solution. that is crap. no offense, but googling this problem for hours and then finding this, just makes me wanna cry.</description>
		<content:encoded><![CDATA[<p>sorry jacques but that is just not a solution. that is crap. no offense, but googling this problem for hours and then finding this, just makes me wanna cry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://deadlytechnology.com/php/paginate-multiple-data-sets/comment-page-1/#comment-473</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=146#comment-473</guid>
		<description>Yes, I think it will be the wrong count of pages for the set of data with the least number of pages (from memory). I think  Jacques got around this issue using a separate AJAX call to update the page with the correct count of the smallest data set.</description>
		<content:encoded><![CDATA[<p>Yes, I think it will be the wrong count of pages for the set of data with the least number of pages (from memory). I think  Jacques got around this issue using a separate AJAX call to update the page with the correct count of the smallest data set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wizard</title>
		<link>http://deadlytechnology.com/php/paginate-multiple-data-sets/comment-page-1/#comment-471</link>
		<dc:creator>wizard</dc:creator>
		<pubDate>Thu, 13 Aug 2009 14:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=146#comment-471</guid>
		<description>in your script you will have a wrong  count of pages.
	
This topic is useless, the problem &#039;CakePHP paginator for multiple sets of data on one page using AJAX&#039;  is not solved</description>
		<content:encoded><![CDATA[<p>in your script you will have a wrong  count of pages.</p>
<p>This topic is useless, the problem &#8216;CakePHP paginator for multiple sets of data on one page using AJAX&#8217;  is not solved</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://deadlytechnology.com/php/paginate-multiple-data-sets/comment-page-1/#comment-467</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Sat, 25 Jul 2009 00:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=146#comment-467</guid>
		<description>no probs, thanks for the solution</description>
		<content:encoded><![CDATA[<p>no probs, thanks for the solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacques</title>
		<link>http://deadlytechnology.com/php/paginate-multiple-data-sets/comment-page-1/#comment-466</link>
		<dc:creator>Jacques</dc:creator>
		<pubDate>Fri, 24 Jul 2009 19:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/?p=146#comment-466</guid>
		<description>And well although not that much fun my solution was quick and simple.

moved	$this-&gt;set(&#039;archive&#039;, to a secondary method, then called that using javascript-&gt;event and ajax-&gt;remotefunction to update the second element on the page load.

And all is hunky dory.

By the way, thanks for the article above.</description>
		<content:encoded><![CDATA[<p>And well although not that much fun my solution was quick and simple.</p>
<p>moved	$this-&gt;set(&#8216;archive&#8217;, to a secondary method, then called that using javascript-&gt;event and ajax-&gt;remotefunction to update the second element on the page load.</p>
<p>And all is hunky dory.</p>
<p>By the way, thanks for the article above.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: deadlytechnology.com @ 2012-02-10 20:17:53 -->
