Re: [PHP-PEAR] Output_Cache Module
[email protected] (Björn Schotte)
| Newsgroups | php.pear |
|---|---|
| Message-ID | <[email protected]> |
* Christian Stocker wrote:
> i didn't test it till now, but theoreticaly this should be possible with
> my system as well. just do more than one start/end section in your code...
Yes, thaat would be ok.
> I didn't think about that, because we do all our rendering with xml/xslt
> and this is always one big xml and one xslt file, with everything
> included.. but why not seperate the stuff :)
Some applications which didn't notice the ob_* stuff
or where it is not applicable, use some sort of
function make_a_box() {
return '<table blafasel
blubb
<tr><td>
.
.
.
</table>';
}
$paramHash = array('BOX' => make_a_box(),
.
.
.);
make_the_whole_page($paramHash);
> > This is a future-point and perhaps will be solved soon
> > with one of the alternatives that are coming up.
> what are these alternatives?
Can't say anything at the moment now, as I only
have heard from them.
--
Björn Schotte [email protected]
http://rent-a-phpwizard.de/ [email protected]
Software dev advocate: http://www.advogato.org/person/baerli/