On Sat, Feb 21, 2009 at 2:00 PM, Eric Coleman <[email protected]> wrote: > typecast it to a string.. > > Zend_Debug::dump((string) $select); > echo $select; > var_dump((string) $select); > > It's magic __toString() will compile the sql when the object is used > as a string. >
Thanks! Great Tip. something new learned. :-) Good day! -- ======================= Registered Linux User #460714 Currently Using Fedora 8, 10 =======================
