<?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: sfPropelPager and pagination</title>
	<atom:link href="http://blog.rajatpandit.com/2009/01/04/sfpropelpager-and-pagination/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rajatpandit.com/2009/01/04/sfpropelpager-and-pagination/</link>
	<description>Thoughts on Web Development, Infrastructure and Application Scalability</description>
	<lastBuildDate>Thu, 22 Dec 2011 14:24:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: cug</title>
		<link>http://blog.rajatpandit.com/2009/01/04/sfpropelpager-and-pagination/comment-page-1/#comment-2749</link>
		<dc:creator>cug</dc:creator>
		<pubDate>Fri, 23 Apr 2010 16:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=106#comment-2749</guid>
		<description>nice example, thank you!

maybe you should have used component instead of partial to separate code from view</description>
		<content:encoded><![CDATA[<p>nice example, thank you!</p>
<p>maybe you should have used component instead of partial to separate code from view</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rp</title>
		<link>http://blog.rajatpandit.com/2009/01/04/sfpropelpager-and-pagination/comment-page-1/#comment-2716</link>
		<dc:creator>rp</dc:creator>
		<pubDate>Fri, 09 Apr 2010 16:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=106#comment-2716</guid>
		<description>Ouch! that was a bit harsh! but you have a valid point. I am sure i am not the only developer who would agree with this, but essentially as a developer you would re-visit your code form months/years back and be ashamed of it but IMHO is if there was learning from it? and can you spot the difference between how you would write the same code much better now. If yes then its all good. 
I am glad you took a moment to leave your thoughts and I value it. This code is indeed really bad, but this again wasn&#039;t something to be used in production but just to see how it can be used. If you know what you are doing, you can handle that code properly. This code obviously is not production ready and I assumed that for the readers.</description>
		<content:encoded><![CDATA[<p>Ouch! that was a bit harsh! but you have a valid point. I am sure i am not the only developer who would agree with this, but essentially as a developer you would re-visit your code form months/years back and be ashamed of it but IMHO is if there was learning from it? and can you spot the difference between how you would write the same code much better now. If yes then its all good.<br />
I am glad you took a moment to leave your thoughts and I value it. This code is indeed really bad, but this again wasn&#8217;t something to be used in production but just to see how it can be used. If you know what you are doing, you can handle that code properly. This code obviously is not production ready and I assumed that for the readers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence Krubner</title>
		<link>http://blog.rajatpandit.com/2009/01/04/sfpropelpager-and-pagination/comment-page-1/#comment-2715</link>
		<dc:creator>Lawrence Krubner</dc:creator>
		<pubDate>Fri, 09 Apr 2010 16:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=106#comment-2715</guid>
		<description>Interesting effort, but I would never let this partial into any project I was working on. There is too much code in the partial. Idiomatic Symfony code does not have code blocks in the templates or partials. Having overseen several Symfony projects, I&#039;ve learned that when I see this kind of thing, it means the programmer is taking short cuts, not just with pagination, but with everything.  

Possibly you may need to do a custom pager class, and store it in /lib, but it is inappropriate to have this much code in a partial.</description>
		<content:encoded><![CDATA[<p>Interesting effort, but I would never let this partial into any project I was working on. There is too much code in the partial. Idiomatic Symfony code does not have code blocks in the templates or partials. Having overseen several Symfony projects, I&#8217;ve learned that when I see this kind of thing, it means the programmer is taking short cuts, not just with pagination, but with everything.  </p>
<p>Possibly you may need to do a custom pager class, and store it in /lib, but it is inappropriate to have this much code in a partial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

