[TYPO3-dev] Possible RFC : Introducing ARRAY_LOOP cObject

Krystian Szymukowicz t33k at prolabium.com
Mon Jan 31 18:24:16 CET 2011


W dniu 2011-01-31 11:38, Xavier Perseguers pisze:
> Hi,
>
> This was discussed at T3DD10. I often have to deal with external data
> which basically is an array of data just as what is returned by
> $GLOBALS['TYPO3_DB']->exec_SELECTgetRows() or an array of some domain
> object, when programming the Extbase way.
>


+1

I would also add some registers that will be helpful to build lists:

a) index (0,1,2,3...
b) iteration  (1,2,3,4...
c) odd / even
d) first / last
e) all

Without that you again have a pain to make lists in TS.

-- 
grtz
Krystian Szymukowicz




More information about the TYPO3-dev mailing list