<?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: Paginating Data with CakePHP and Yahoo! User Interface DataTable</title>
	<atom:link href="http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/</link>
	<description>The personal blog of Duncan Brown</description>
	<lastBuildDate>Wed, 01 Feb 2012 07:30:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Manuel Güereca</title>
		<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/comment-page-1/#comment-10521</link>
		<dc:creator>Manuel Güereca</dc:creator>
		<pubDate>Wed, 24 Nov 2010 22:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=43#comment-10521</guid>
		<description>Hi, I have the same problem. Not display any data!</description>
		<content:encoded><![CDATA[<p>Hi, I have the same problem. Not display any data!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/comment-page-1/#comment-4318</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=43#comment-4318</guid>
		<description>@Jerry: Hi, I think I have found the problem, if you are following the tutorial you don&#039;t need {&quot;ResultSet&quot;: at the beginning (and the last &quot;}&quot;).

If this doesn&#039;t help can you give a link to the page the datatable is on?</description>
		<content:encoded><![CDATA[<p>@Jerry: Hi, I think I have found the problem, if you are following the tutorial you don&#8217;t need {&#8220;ResultSet&#8221;: at the beginning (and the last &#8220;}&#8221;).</p>
<p>If this doesn&#8217;t help can you give a link to the page the datatable is on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/comment-page-1/#comment-4316</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Thu, 24 Sep 2009 12:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=43#comment-4316</guid>
		<description>Hi Duncan,

Yes i did check the url. this is the actual url i am using

http://montrealis.dreamhosters.com/regions/districts which i do get a JSON response. Not sure if the YUI likes these type of urls or it prefers with a php ext</description>
		<content:encoded><![CDATA[<p>Hi Duncan,</p>
<p>Yes i did check the url. this is the actual url i am using</p>
<p><a href="http://montrealis.dreamhosters.com/regions/districts" rel="nofollow">http://montrealis.dreamhosters.com/regions/districts</a> which i do get a JSON response. Not sure if the YUI likes these type of urls or it prefers with a php ext</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/comment-page-1/#comment-4312</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Wed, 23 Sep 2009 17:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=43#comment-4312</guid>
		<description>@Jerry Have you checked http://www.example.com/units/results directly from your browser?</description>
		<content:encoded><![CDATA[<p>@Jerry Have you checked <a href="http://www.example.com/units/results" rel="nofollow">http://www.example.com/units/results</a> directly from your browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/comment-page-1/#comment-4309</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Wed, 23 Sep 2009 12:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=43#comment-4309</guid>
		<description>Hi,

Great Tutorial! I just have a question about the url you use in your example.

The one u use is: http://www.example.com/units/results. Now I am just wondering if YUI doesn&#039;t accept these type of urls. It prefers: http://www.example.com/units/results.php instead. 

I tried doing this datatable and couldn&#039;t get the data because of the url. I also tied doing the autocomplete same issue. Just wondering if anyone came across this situation.

thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great Tutorial! I just have a question about the url you use in your example.</p>
<p>The one u use is: <a href="http://www.example.com/units/results" rel="nofollow">http://www.example.com/units/results</a>. Now I am just wondering if YUI doesn&#8217;t accept these type of urls. It prefers: <a href="http://www.example.com/units/results.php" rel="nofollow">http://www.example.com/units/results.php</a> instead. </p>
<p>I tried doing this datatable and couldn&#8217;t get the data because of the url. I also tied doing the autocomplete same issue. Just wondering if anyone came across this situation.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/comment-page-1/#comment-3417</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 29 May 2009 05:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=43#comment-3417</guid>
		<description>I try many times and I can not make it work, can you upload the sample files to download please?</description>
		<content:encoded><![CDATA[<p>I try many times and I can not make it work, can you upload the sample files to download please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/comment-page-1/#comment-3409</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 29 May 2009 00:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=43#comment-3409</guid>
		<description>Duncan thanks for this documentation, but can you republish again with the correction, I can not making work yet</description>
		<content:encoded><![CDATA[<p>Duncan thanks for this documentation, but can you republish again with the correction, I can not making work yet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marouane Marzouki</title>
		<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/comment-page-1/#comment-2677</link>
		<dc:creator>Marouane Marzouki</dc:creator>
		<pubDate>Thu, 07 May 2009 18:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=43#comment-2677</guid>
		<description>just add this to the template and it&#039;ll work ;)

Required for the Paginator :)

&lt;!-- Combo-handled YUI CSS files: --&gt;

&lt;!-- Combo-handled YUI JS files: --&gt;
</description>
		<content:encoded><![CDATA[<p>just add this to the template and it&#8217;ll work <img src='http://www.duncanbrown.me.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Required for the Paginator <img src='http://www.duncanbrown.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><!-- Combo-handled YUI CSS files: --></p>
<p><!-- Combo-handled YUI JS files: --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/comment-page-1/#comment-1076</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Wed, 11 Mar 2009 21:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=43#comment-1076</guid>
		<description>&lt;blockquote&gt;
missing word and correction

index.ctp

link(’unit.js’);?&gt; //unit.js in webroot\css
&lt;/blockquote&gt;

If you use 

&lt;code&gt;echo $javascript-&gt;includeScript(‘units’);&lt;/code&gt;

cake will add a script tag with src of /js/units.js</description>
		<content:encoded><![CDATA[<blockquote><p>
missing word and correction</p>
<p>index.ctp</p>
<p>link(’unit.js’);?> //unit.js in webroot\css
</p></blockquote>
<p>If you use </p>
<p><code>echo $javascript->includeScript(‘units’);</code></p>
<p>cake will add a script tag with src of /js/units.js</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hermawan</title>
		<link>http://www.duncanbrown.me.uk/2008/10/23/paginating-data-with-cakephp-and-yahoo-user-interface-datatable/comment-page-1/#comment-911</link>
		<dc:creator>hermawan</dc:creator>
		<pubDate>Mon, 02 Mar 2009 21:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.duncanbrown.me.uk/?p=43#comment-911</guid>
		<description>missing word and correction

index.ctp

link(&#039;unit.js&#039;);?&gt; //unit.js in  webroot\css

default.ctp:

link to css &amp; other javascript


</description>
		<content:encoded><![CDATA[<p>missing word and correction</p>
<p>index.ctp</p>
<p>link(&#8216;unit.js&#8217;);?&gt; //unit.js in  webroot\css</p>
<p>default.ctp:</p>
<p>link to css &amp; other javascript</p>
]]></content:encoded>
	</item>
</channel>
</rss>

