<?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: Pagination with Zend_Db_Select</title>
	<atom:link href="http://www.techfounder.net/2008/06/11/pagination-with-zend_db_select/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techfounder.net/2008/06/11/pagination-with-zend_db_select/</link>
	<description>Blog about web development and Internet entrepreneurship</description>
	<lastBuildDate>Tue, 13 Jul 2010 11:24:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/06/11/pagination-with-zend_db_select/comment-page-1/#comment-196</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Wed, 30 Jul 2008 10:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=63#comment-196</guid>
		<description>Hopefully soon ;)</description>
		<content:encoded><![CDATA[<p>Hopefully soon <img src='http://www.techfounder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Kladnik</title>
		<link>http://www.techfounder.net/2008/06/11/pagination-with-zend_db_select/comment-page-1/#comment-195</link>
		<dc:creator>Daniel Kladnik</dc:creator>
		<pubDate>Wed, 30 Jul 2008 10:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=63#comment-195</guid>
		<description>I haven&#039;t noticed, i apologize. I just scanned the article, I&#039;m actually here because of your zend model articles... waiting for the third one :)</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t noticed, i apologize. I just scanned the article, I&#8217;m actually here because of your zend model articles&#8230; waiting for the third one <img src='http://www.techfounder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/06/11/pagination-with-zend_db_select/comment-page-1/#comment-194</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Wed, 30 Jul 2008 10:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=63#comment-194</guid>
		<description>If you&#039;d notice, in my article I linked to discussion about which method is better for performance on the MySQL Performance Blog. It is not necessarily faster to use SQL_CALC_FOUND_ROWS.</description>
		<content:encoded><![CDATA[<p>If you&#8217;d notice, in my article I linked to discussion about which method is better for performance on the MySQL Performance Blog. It is not necessarily faster to use SQL_CALC_FOUND_ROWS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Kladnik</title>
		<link>http://www.techfounder.net/2008/06/11/pagination-with-zend_db_select/comment-page-1/#comment-193</link>
		<dc:creator>Daniel Kladnik</dc:creator>
		<pubDate>Wed, 30 Jul 2008 10:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=63#comment-193</guid>
		<description>There is a faster way to count rows.

First, select your data with
select SQL_CALC_FOUND_ROWS id, title, whatever  ....... limit number, offset

Then use &quot;select FOUND_ROWS()&quot; query to retrieve the total number of rows in the first query. Limit at the end does not affect the total rows number of rows in the second query.</description>
		<content:encoded><![CDATA[<p>There is a faster way to count rows.</p>
<p>First, select your data with<br />
select SQL_CALC_FOUND_ROWS id, title, whatever  &#8230;&#8230;. limit number, offset</p>
<p>Then use &#8220;select FOUND_ROWS()&#8221; query to retrieve the total number of rows in the first query. Limit at the end does not affect the total rows number of rows in the second query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s</title>
		<link>http://www.techfounder.net/2008/06/11/pagination-with-zend_db_select/comment-page-1/#comment-46</link>
		<dc:creator>s</dc:creator>
		<pubDate>Wed, 11 Jun 2008 13:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=63#comment-46</guid>
		<description>Hi again, 

It&#039;s called planet FOSS-IL (Free Open Source Software), not planet Linux-IL.
The domain name is like that because that&#039;s what was available for the community use.

IMO your blog belongs there because it talks very often about using PHP and other FOSS web technologies. A lot of people&#039;s blogs in the FOSS-Planet talk about Python and Ruby and even Free Pascal. Not many talk about PHP and that&#039;s a shame.

You should probably contact Lior Kaplan (google for his email. I don&#039;t have it here with me) and ask him about it. I think he&#039;s the one in charge of it.</description>
		<content:encoded><![CDATA[<p>Hi again, </p>
<p>It&#8217;s called planet FOSS-IL (Free Open Source Software), not planet Linux-IL.<br />
The domain name is like that because that&#8217;s what was available for the community use.</p>
<p>IMO your blog belongs there because it talks very often about using PHP and other FOSS web technologies. A lot of people&#8217;s blogs in the FOSS-Planet talk about Python and Ruby and even Free Pascal. Not many talk about PHP and that&#8217;s a shame.</p>
<p>You should probably contact Lior Kaplan (google for his email. I don&#8217;t have it here with me) and ask him about it. I think he&#8217;s the one in charge of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/06/11/pagination-with-zend_db_select/comment-page-1/#comment-45</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Wed, 11 Jun 2008 12:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=63#comment-45</guid>
		<description>I have to admit I never heard of it before...
My main development platform is Windows, so I&#039;m not sure if planet-linux is the best place to publish my articles. Also, from looking at the feeds there they all seem linux centered which is not really related to the themes I write about (apart from being open-source). What do you think?</description>
		<content:encoded><![CDATA[<p>I have to admit I never heard of it before&#8230;<br />
My main development platform is Windows, so I&#8217;m not sure if planet-linux is the best place to publish my articles. Also, from looking at the feeds there they all seem linux centered which is not really related to the themes I write about (apart from being open-source). What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s</title>
		<link>http://www.techfounder.net/2008/06/11/pagination-with-zend_db_select/comment-page-1/#comment-44</link>
		<dc:creator>s</dc:creator>
		<pubDate>Wed, 11 Jun 2008 11:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=63#comment-44</guid>
		<description>Your blog seems to contain information about developing with FOSS (PHP and ZF).
... And I guess you are Israeli.

I wonder why your blog isn&#039;t part of Planet FOSS-IL: http://planet.linux.org.il/ .</description>
		<content:encoded><![CDATA[<p>Your blog seems to contain information about developing with FOSS (PHP and ZF).<br />
&#8230; And I guess you are Israeli.</p>
<p>I wonder why your blog isn&#8217;t part of Planet FOSS-IL: <a href="http://planet.linux.org.il/" rel="nofollow">http://planet.linux.org.il/</a> .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
