[TYPO3-dev] CONTENT: add support for virtual table

Martin Kutschker masi-no at spam-typo3.org
Fri Oct 22 10:51:06 CEST 2010


Am 21.10.2010 19:16, schrieb Jigal van Hemert:
> 
> lib.plaap = ASSOCIATIVE_ARRAY
> lib.plaap {
>   10 = ASAR #short for ASSOCIATIVE_ARRAY and not a normal word

That's why I used MAP instead.

>   10 {
>     uid = 20
>     title = First group
>   }
>   20 = ASAR
>   20 {
>     uid = 30
>     title = Second group
>   }
> }

And 10 and 20 are the keys of the array? Numeric keys are not the best examples for an assoc. array :)

Masi




More information about the TYPO3-dev mailing list