<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">It&#39;s also probably not very desirable.&nbsp; I&#39;m guessing that you&#39;re doing something with that result set -- transforming it into some object or representation suitable for display.&nbsp; That&#39;s the thing you want to cache.
</blockquote></div>
<div>&nbsp;</div>
<div>Are you saying that it&#39;s better to cache the output, as opposed to SQL queries?</div>
<div>&nbsp;</div>
<div>For those of you familiar with PHP, what if the output is being handled by Smarty? This means I can&#39;t really handle the output directly.</div>