>>>>> "Nick" == Nick Taylor <[EMAIL PROTECTED]> writes:

    Nick> The apps I write don't do this... they accumulate the whole
    Nick> page as a string, then output (or write it to a cache or
    Nick> whatever) it at the end.

Even better is to accumulate head, send that, and then accumulate and
send the body. Depends on the frame work though, for some frameworks
most of the work is already done before you can do this, and then it
doesn't make much sense.

-- 
Cheers,

Berend de Boer

--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to