[Typo3-dev] array from TS Setup - remove dots in keys
Thomas Murphy
murphy at thepanemgroup.com
Thu Jun 30 00:01:56 CEST 2005
Hi Stefan,
Stefan Beylen wrote:
> is there any possibility to build an array in TS that is rendered
> without dots in the $conf?
The fields are seperated from one another and can hold different values
(e.g. a string and an array), therefore
$conf['fields.']['age.']['type'] = IMAGE
$conf['fields.']['age.']['type.']['width'] = '300';
can't be narrowed down to
$conf['fields']['age']['type']['width']
without losing the information that 'type' is IMAGE.
bye,
Murphy
More information about the TYPO3-dev
mailing list