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