<?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>Joey Rivera &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/joey-rivera/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Cool tutorial about Zend_Paginator</title>
		<link>/2010/01/29/cool-tutorial-about-zend_paginator/</link>
		<comments>/2010/01/29/cool-tutorial-about-zend_paginator/#respond</comments>
		<pubDate>Fri, 29 Jan 2010 13:20:01 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[zend framework]]></category>
		<category><![CDATA[Computer programming]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Integrated development environments]]></category>
		<category><![CDATA[Joey Rivera]]></category>
		<category><![CDATA[PHP programming language]]></category>
		<category><![CDATA[Software architecture]]></category>
		<category><![CDATA[Software engineering]]></category>
		<category><![CDATA[Software framework]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Twitter Inc]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web application frameworks]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[web development tasks]]></category>
		<category><![CDATA[web project]]></category>
		<category><![CDATA[wonderful tool]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">/?p=1017</guid>
		<description><![CDATA[Every part of Zend Framework is indeed very profesional and useful. But as it happens often some modules are less used than others. Don’t know why but my feeling is that Zend_Paginator, a wonderful tool for pagination is really misunderstood. And in fact it does one of the most common web development tasks. It builds &#8230; <a href="/2010/01/29/cool-tutorial-about-zend_paginator/" class="more-link">Continue reading <span class="screen-reader-text">Cool tutorial about Zend_Paginator</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/01/25/using-zend-framework-validators-zend_validate_db_recordexists/" rel="bookmark" title="Using Zend Framework validators &#8211; Zend_Validate_Db_RecordExists">Using Zend Framework validators &#8211; Zend_Validate_Db_RecordExists </a></li>
<li><a href="/2010/07/06/zend-framework-simple-acl-front-controller-plugin/" rel="bookmark" title="Zend Framework: Simple Acl Front Controller Plugin">Zend Framework: Simple Acl Front Controller Plugin </a></li>
<li><a href="/2010/08/06/setting-up-zend-framework-with-modules/" rel="bookmark" title="Setting Up Zend Framework with Modules">Setting Up Zend Framework with Modules </a></li>
<li><a href="/2010/07/14/media-rss-and-zf-part-2/" rel="bookmark" title="Media RSS and ZF &#8211; Part 2">Media RSS and ZF &#8211; Part 2 </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Every part of <a title="zend framework" href="http://framework.zend.com/" target="_blank">Zend Framework</a> is indeed very profesional and useful. But as it happens often some modules are less used than others. Don’t know why but my feeling is that <a title="Zend_Paginator" href="http://framework.zend.com/manual/en/zend.paginator.html" target="_blank">Zend_Paginator</a>, a wonderful tool for pagination is really misunderstood. And in fact it does one of the most common web development tasks. It builds the abstraction for a component that everybody uses in a web project &#8211; pagination.</p>
<p>It make sense if there where more tutorials like the following one describing its usage! Many thanks to <a title="http://www.joeyrivera.com/" href="http://www.joeyrivera.com/" target="_blank">Joey Rivera</a> for a great <a title="Zend_Paginator tutorial" href="http://www.joeyrivera.com/2010/using-zend_paginator-with-twitter-api-and-zend_cache/" target="_blank">tutorial</a> about Zend_Paginator.</p>
<p>Even more this tutorials goes behind the pure usage of the paginator but it helps you understand the integration with one of the most used web apps today &#8211; <a title="twitter" href="http://twitter.com/" target="_blank">Twitter</a> and another Zend Framework component &#8211; <a title="Zend_Cache" href="http://framework.zend.com/manual/en/zend.cache.html" target="_blank">Zend_Cache</a>.</p>
<p><a href="/wp-content/uploads/2010/01/joeyrivera.png"><img class="aligncenter size-full wp-image-1019" title="joeyrivera" src="/wp-content/uploads/2010/01/joeyrivera.png" alt="joey rivera blog" width="430" height="185" srcset="/wp-content/uploads/2010/01/joeyrivera.png 430w, /wp-content/uploads/2010/01/joeyrivera-300x129.png 300w" sizes="(max-width: 430px) 100vw, 430px" /></a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/01/25/using-zend-framework-validators-zend_validate_db_recordexists/" rel="bookmark" title="Using Zend Framework validators &#8211; Zend_Validate_Db_RecordExists">Using Zend Framework validators &#8211; Zend_Validate_Db_RecordExists </a></li>
<li><a href="/2010/07/06/zend-framework-simple-acl-front-controller-plugin/" rel="bookmark" title="Zend Framework: Simple Acl Front Controller Plugin">Zend Framework: Simple Acl Front Controller Plugin </a></li>
<li><a href="/2010/08/06/setting-up-zend-framework-with-modules/" rel="bookmark" title="Setting Up Zend Framework with Modules">Setting Up Zend Framework with Modules </a></li>
<li><a href="/2010/07/14/media-rss-and-zf-part-2/" rel="bookmark" title="Media RSS and ZF &#8211; Part 2">Media RSS and ZF &#8211; Part 2 </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/01/29/cool-tutorial-about-zend_paginator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
