[TYPO3-ect] Most wanted extensions
    Elmar Hinz 
    elmar.DOT.hinz at team.MINUS.red.DOT.net
       
    Sat Aug 26 12:02:43 CEST 2006
    
    
  
Franz Holzinger wrote:
> 
> I have never used it.
> 
>> pi_base is less then optimal. I suggest we forget it at all and start 
>> with a new sensible set of classes.
> 
> When do you start with it? In the meantime I put everything into the 
> fh_library.
> 
> 
> Greets,
> 
> Franz
Hello Franz,
you find the library in the SVN repository since some monthes, where you 
can add interesting functionality.
If you have a result browser object and other valuable functionality, 
please feel free to add it. You could call it tx_lib_resultBroswer to 
match the terminology of the lib.
$rB = tx_div::makeInstance('tx_lib_resultBrowser');
$sB->setThis($a);
$sB->setThat($b);
..... or
$sB->set('this', $a);
$sB->set('that', $b);
....
$out = $sb->render();
If you want to provide an additional all-in-one function api to the 
object, it goes into tx_div (the non static functions).
$out = tx_div::makeResultBrowser($a,$b,$c,$d,$e,$f);
Thank you for contributing.
Regards
Elmar
    
    
More information about the TYPO3-team-extension-coordination
mailing list