<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: View Zend_Db_Select query</title>
	<link>http://www.zed23.com/2008/03/31/view-zend_db_select-query/</link>
	<description>Musings of Ryan Brooks, web developer, serial entrepreneur and technophile out of Calgary, Alberta...</description>
	<pubDate>Sat, 22 Nov 2008 21:39:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Ryan Brooks</title>
		<link>http://www.zed23.com/2008/03/31/view-zend_db_select-query/#comment-452</link>
		<author>Ryan Brooks</author>
		<pubDate>Tue, 01 Apr 2008 03:18:35 +0000</pubDate>
		<guid>http://www.zed23.com/2008/03/31/view-zend_db_select-query/#comment-452</guid>
		<description>Eric, 

My mistake, I didn't even bother to check. You're entirely right! Thanks for the tip!

-Ryan</description>
		<content:encoded><![CDATA[<p>Eric, </p>
<p>My mistake, I didn&#8217;t even bother to check. You&#8217;re entirely right! Thanks for the tip!</p>
<p>-Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Coleman</title>
		<link>http://www.zed23.com/2008/03/31/view-zend_db_select-query/#comment-451</link>
		<author>Eric Coleman</author>
		<pubDate>Mon, 31 Mar 2008 22:39:42 +0000</pubDate>
		<guid>http://www.zed23.com/2008/03/31/view-zend_db_select-query/#comment-451</guid>
		<description>No need even for that __toString()...

echo $select works fine... it's how the magic method is intended to be used.

Type-casting works too if you want to var_dump the variable, ala:

var_dump((string) $select);</description>
		<content:encoded><![CDATA[<p>No need even for that __toString()&#8230;</p>
<p>echo $select works fine&#8230; it&#8217;s how the magic method is intended to be used.</p>
<p>Type-casting works too if you want to var_dump the variable, ala:</p>
<p>var_dump((string) $select);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
