[TYPO3-mvc] TCA Field type "group" internal_type="db"
KimPixel
kimpixel+typo3v4mvc at googlemail.com
Tue Dec 21 18:56:58 CET 2010
Hi Fellows
do anybody know how to handle 1:n Releation of multiple DB Tables with
the TCA type "group"?
'test' => array (
'exclude' => 0,
'label' => 'groupfeld test',
'config' => array (
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'table1,table2',
'prepend_tname' => 1,
'size' => 10,
'minitems' => 0,
'maxitems' => 10,
)
)
Thanks
KimPixel
More information about the TYPO3-project-typo3v4mvc
mailing list