[TYPO3-project-formidable] RFC: m:n relations
Oliver Klee
typo3-german-02 at oliverklee.de
Thu May 24 12:49:32 CEST 2007
Hi all,
for the Seminar Manager extension, I've written a child class of tx_dhdb
that implements m:n relations. I'd like to get feedback and comments on
that implementation so I can make it a patch for FORMidable.
This is how to use it in the XML:
<datahandler:DBMM>
<tablename>tx_seminars_seminars</tablename>
<keyname>uid</keyname>
<labelname>title</labelname>
<mmrelations>
<relation field="place" mmtable="tx_seminars_seminars_place_mm" />
<relation field="speakers" mmtable="tx_seminars_seminars_speakers_mm" />
</mmrelations>
</datahandler:DBMM>
The attached file is said child class.
Regards
Oliver
More information about the TYPO3-project-formidable
mailing list