[TYPO3-dev] access flexform values in typoscript

Philipp Gampe philipp.gampe at typo3.org
Tue May 8 19:59:30 CEST 2012


Hi Kjeld,

Kjeld Schumacher wrote:

> the "insertData" part was missing so no register value was available, and
> in my PHP code I replaced $this->cObj->stdWrap with
> $this->cObj->COBJ_ARRAY.
> 
> Now everything is working, even if I am unsure about the difference
> between COBJ_ARRAY and stdWrap. I have to checkout the documentation on
> that two functions.

Well the difference is the same as in

10 = COA
10.10 = ABC
and
10.stdWrap.ABC = ZYX

;)

The the first functions returns you the result after trying to inteprete it 
as COA and the second one just runs stdWrap on your content.

Cheers
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3 .... inspiring people to share!




More information about the TYPO3-dev mailing list