Re: [SMARTY] Controling buffer: php/smarty or apache?
Vicente Werner <[email protected]>
| Newsgroups | gmane.comp.php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
Smarty buffers all the output until you do a $smarty->display or you echo the fetched output through $smarty->fetch. That's why it appears to be drawn at once. One thing you can do it's to slice the page into three or four objects that can be rendered incrementally (you render the header and display it, then go for the body, footer, etc..) -- Vicente Werner y Sánchez