[TYPO3-ect] Proof of Concept: MVC
Elmar Hinz
elmar.DOT.hinz at team.MINUS.red.DOT.net
Sun Mar 26 13:31:29 CEST 2006
Elmar Hinz schrieb:
> The Model/View Interface:
>
> This demonstration shows the usage of the *tx_lib_data*
> interface/object wich is more or less the same as ArrayIterator.
>
> It is only extended by the methodes set() and get() that point to
> offsetSet() and offsetGet(). Just a kind of cosmetics.
>
I need to add that ArrayIterator is just a subset of the
RecursiveArrayIterator which will be the full definition of the
interface. For smaller projects the subset is a correct usage anyway.
http://www.php.net/~helly/php/ext/spl/classRecursiveArrayIterator.html
I plan a frontend to the TYPO3 newsgroups, which will show how the
RecursiveArrayIterator can deal easily this complex data structure.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list