<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>freude-code &#187; Paginator</title>
	<atom:link href="http://www.freude-co.de/tag/paginator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freude-co.de</link>
	<description>PHP, CakePHP und MySQL</description>
	<lastBuildDate>Tue, 06 Apr 2010 07:52:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Pagination mit cakePHP erstellen</title>
		<link>http://www.freude-co.de/2009/10/28/pagination-mit-cakephp-erstellen/</link>
		<comments>http://www.freude-co.de/2009/10/28/pagination-mit-cakephp-erstellen/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 09:55:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Paginator]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=270</guid>
		<description><![CDATA[Auf der Seite von switchonthecode wird in einem Tutorial beschrieben wie die Pagination von cakePHP eingesetzt werden kann. Zum Tutorial]]></description>
		<wfw:commentRss>http://www.freude-co.de/2009/10/28/pagination-mit-cakephp-erstellen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cake paginator sortiert mit Richtungspfeilen</title>
		<link>http://www.freude-co.de/2008/11/18/cake-paginator-sortiert-mit-richtungspfeilen/</link>
		<comments>http://www.freude-co.de/2008/11/18/cake-paginator-sortiert-mit-richtungspfeilen/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 15:25:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Paginator]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=16</guid>
		<description><![CDATA[Will man zu der Sortierfunktion des Paginators noch Bilder hinzufügen, wie z.B. Pfeile, dann kann man über die Funktion $paginator-&#62;sortDir() dem Link eine CSS Klasse mit geben, die genauso heißt, wie die Sortierung. Hier ein Beispiel: echo $paginator-&#62;sort(&#039;Best. Nr&#039;, &#039;ORDER_ID&#039;,array(&#039;class&#039;=&#62;$paginator-&#62;sortDir())); dies gibt dem Link eine css Klasse mit die entweder asc oder desc heißt. Und [...]]]></description>
		<wfw:commentRss>http://www.freude-co.de/2008/11/18/cake-paginator-sortiert-mit-richtungspfeilen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cake Paginator mit group by</title>
		<link>http://www.freude-co.de/2008/11/13/cake-paginator-mit-group-by/</link>
		<comments>http://www.freude-co.de/2008/11/13/cake-paginator-mit-group-by/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 14:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Paginator]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=13</guid>
		<description><![CDATA[Der Standard Paginator von Cake kann kein &#8220;group by&#8221; absetzen. Um das zu ändern muss man die beiden Methoden paginate und paginateCount im Model überschreiben: public function paginate($conditions, $fields, $order, $limit, $page = 1, $recursive = null, $extra = array()) { $conditions[] =&#34;1 = 1 GROUP BY block_id&#34;; $recursive = -1; return $this-&#62;findAll($conditions, $fields, $order, [...]]]></description>
		<wfw:commentRss>http://www.freude-co.de/2008/11/13/cake-paginator-mit-group-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
