[TYPO3-dev] access flexform value from backend module

Steffen Kamper steffen at sk-typo3.de
Mon May 12 13:22:04 CEST 2008


"Cyrill Helg" <phlogsmailinglists at gmail.com> schrieb im Newsbeitrag 
news:mailman.2231.1210333331.3426.typo3-dev at lists.netfielders.de...
> Hello
>
> How can I get a flexform value from a specific page and a specific 
> inserted
> plugin in my backend web module?
>
> The normal TS of page I managed to fetch, but I need a flexform value too.
>
> Thanks in advance
> Cyrill

Hi,

there is no easy way to do it because you have no TSFE in BE.
But you can do it like this:
- read the content record from database and use field pi_flexform
- use t3lib_div::xml2array to get the configuration
- read specific value from this array

vg Steffen 






More information about the TYPO3-dev mailing list