Re: [SMARTY] cache .xml files

[email protected] (Sebastian Mendel) Fri, 29 Jun 2007 12:41:24 +0200
Newsgroups php.smarty.general
Message-ID <[email protected]>
[email protected] schrieb:
> messju mohr wrote:
>> you must not expose the cache files directly to the client but have to
>> deliver them via $smarty->fetch() or $smarty->display(). set the
>> correct content-type with php's header() function to please your
>> clients.
> 
> Right... I got confused by the .html extension of the cached files. How
> does it work right now - who sends the headers when cached file is sent
> to the client and why if I send header() before $smarty->display() -
> they will not get overwritten by the headers sent when
> $smarty->display() is called.
> 
> Sorry if the question is stupid but I can't figure it out...

Smarty does not send any headers.

Headers are sent by your Web-Server, PHP or by yourself using header()


-- 
Sebastian Mendel

www.sebastianmendel.de