[TYPO3-mvc] [!!!] FYI: Implemented first version of single table inheritance.
Sebastian Kurfürst
sebastian at typo3.org
Sun Apr 18 15:55:22 CEST 2010
Hey,
why then not leave out the recordType alltogether, when you want all
recordTypes?
> Tx_Exttest_Domain_Model_Dam {
> mapping {
> tableName = tx_dam
> recordTypes = 1,2,3,4,5
> }
> }
> could result in (tx_dam.media_type IN (1,2,3,4,5))
This would not work, as when you create a new Object "Dam", the system
does not know which recordType to use when storing it.
Greets,
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list