[Typo3-dev] Flexform for entry table
Dmitry Dulepov
typo3 at fm-world.ru
Fri Sep 23 10:40:17 CEST 2005
Hi!
Jerome wrote:
> What I want is to store xml structured data in a field of my table, and
> being able to create and edit this xml with the flexform
See pi_base class for corresponding functions. There are many extensions
that do the same. The best to explore is "mininews" I think.
To convert xml from/to array of values, you can use corresponding
functions of t3lib_div (xml2array and array2xml). Though this will not
be a true XML but rather typo3 xml :)
Dmitry.
More information about the TYPO3-dev
mailing list