<?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: Query Cache v1.5 released</title>
	<atom:link href="http://www.data-diggers.com/index.php/2009/01/query-cache-v1-5-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-5-released/</link>
	<description>Zen Cart Optimization, Performance and A/B Split Testing Modules for Zen Cart</description>
	<lastBuildDate>Thu, 29 Sep 2011 11:57:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-5-released/comment-page-1/#comment-100</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 29 Sep 2011 11:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=37#comment-100</guid>
		<description>It doesn&#039;t matter if You write &#039;select a,b,c,d,e from table&#039; or &#039;select * from table&#039;.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t matter if You write &#8216;select a,b,c,d,e from table&#8217; or &#8216;select * from table&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elan</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-5-released/comment-page-1/#comment-95</link>
		<dc:creator>elan</dc:creator>
		<pubDate>Fri, 08 Jul 2011 04:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=37#comment-95</guid>
		<description>hi, I was wondering:
if i wrote code like this:
 $sql = &#039;select b,c,d from table&#039;;
 $result = $sql-&gt;fetch_num($sql); // i don&#039;t know if this method exists in zencart db class, just a hypothesis.
 $b = $result[0]; $c = $result[1]; $d = $result[2];
will it be overwritten like this:
 $sql = &#039;select * from table&#039;;// select a,b,c,d from table
then my varibles will be just messed up...</description>
		<content:encoded><![CDATA[<p>hi, I was wondering:<br />
if i wrote code like this:<br />
 $sql = &#8216;select b,c,d from table&#8217;;<br />
 $result = $sql-&gt;fetch_num($sql); // i don&#8217;t know if this method exists in zencart db class, just a hypothesis.<br />
 $b = $result[0]; $c = $result[1]; $d = $result[2];<br />
will it be overwritten like this:<br />
 $sql = &#8216;select * from table&#8217;;// select a,b,c,d from table<br />
then my varibles will be just messed up&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

