[TYPO3] obflush(); flush(); in extensions

max at oblady.com max at oblady.com
Wed Mar 1 20:28:17 CET 2006


Hi,
 
It's not a very elegant solution,  but you can try extending  tslib_fe 
and "post-process" content like the extension "sourceOptmisation" does..
It depends what you need to do?


function processOutput ()
    {
        $tx_sourceopt_pi1 = new tx_sourceopt_pi1 ();
        $tx_sourceopt_pi1->main ($this->content, 
$this->config['config']['source_optimization.']);
    }

-- 
Maxime Fauquemberg
tel/fax : 03 22 22 17 66
port : 06 81 25 89 24
Oblady solutions opensource
http://www.oblady.com
 

Johannes Reichardt wrote:

>Hi there,
>
>i would like to make a script that shows itself "in time" because there 
>is lot of content to parse. Usually i do this with obflush(); flush(); 
>in php scripts but that doesnt make really sense since i have to return 
>content. Any ideas how i could achieve the same result?
>
>- Johannes
>_______________________________________________
>TYPO3-english mailing list
>TYPO3-english at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
>
>  
>




More information about the TYPO3-english mailing list