[TYPO3-dev] Extensions' TS values are not visible with $conf
Peter Niederlag
typo3-list at niekom.de
Fri Aug 19 11:11:17 CEST 2011
Hello,
Am 19.08.2011 03:33, schrieb ktt:
[...]
> echo$conf['myvalue'];
> ...
>
> but it is not visible. print_r($conf) works, but my extensions' value is not present there.
> In TS it is set
if 'myvalue' shows up in print_r($conf), then print_r($conf['myvalue'])
MUST be there.
if ['myvalue.']['something'] shows up in print_r($conf) you must access
it as $conf['myvalue.']['something'] (the dot makes the difference when
accessing sub-values).
Greets and hth,
Peter
--
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *
More information about the TYPO3-dev
mailing list