[TYPO3-project-formidable] Nested Tables

Jerome Schneider typo3dev at ameos.com
Thu Sep 25 16:09:44 CEST 2008


Hi !

You may use, in the inner-datasource:


$aRowData = $this->oDataHandler->getListData();
return "SELECT * from tx_my_subtable where pid=" . $aRowData["uid"];


This way the inner lister will depend on the uid of the outmost one.

Hth,
Jerome Schneider

"Kontaxis Panagiotis" <pkontaxi at gmail.com> a ecrit dans le message de news: 
mailman.1.1222334716.3330.typo3-project-formidable at lists.netfielders.de...
> Hi!
> Using an example to create nested tables with Lister, I would like to ask 
> how can I create nested queries also. In details I would like to generate 
> the inner table's query using the id of the current outer table's record.
>
> The example I've user id this:
> http://formidable.typo3.ug/no_cache/features/the-mighty-lister/nested-lists.html
>
> Thank you very much for your help!
> Panos 




More information about the TYPO3-project-formidable mailing list