[TYPO3-dev] efaq und resultBrowser from lib/div

Walter Seeberger walk2moon at gmx.de
Mon Sep 7 13:41:51 CEST 2009


Hello there,

i read a lot about the resultBrowser service in the mailing lists. This sounds great. I looked at the example from bananas and this was clear to me. These 4 lines manage the resultBrowser mainly:

...
$model->load('totalResultCountKey');
$browser = $this->makeInstance('tx_lib_resultBrowserSpl', $model);
$browser->buildAs('resultBrowser', 'totalResultCountKey');
$view = $this->makeInstance('tx_bananas_views_list', $browser);
$view->castElements('tx_bananas_views_entry');
...

I want to know hoe this is implemented into the "big one" - the efaq. 'Cause this extensions uses a little more complex structure of inherited controllers.

Unfortunatelly yet, there is no implemtation (or did I missed it??).
Can anyone tell me how I can implement it there? Perhaps Elmar? ;-)

Thank you for your answer.
Regards 
Walter

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01




More information about the TYPO3-dev mailing list