[TYPO3-dev] dynaflex DCA
Nikolas Hagelstein
hagelstein at shr.cc
Tue Nov 28 10:27:33 CET 2006
Hi,
>Yeap, you have to have one class for every table.
But what if i got more than 1 dynfield per table?
i tried :
var $DCA = array (
0 => array (
'path' =>
'table1/columns/field1/config/ds/default',
'modifications' => array (
......
),
1 => array (
'path' =>
'table1/columns/field2/config/ds/default',
'modifications' => array (
......
);
This results in 2 equal looking fields ?!?
bye,
Nikolas
More information about the TYPO3-dev
mailing list