[TYPO3-ect] Proof of Concept: MVC
Elmar Hinz
elmar.DOT.hinz at team.MINUS.red.DOT.net
Sun Mar 26 13:09:50 CEST 2006
Hello typoniks,
I have just uploaded a first extension that shows, how the new MVC
framework will work.
The extension key is "articles". There are 2 plugins. Only search is
implemented. You need to install the static template for search before
you can expect any output, because the controller is included in this
static template.
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.
The Controller:
It is still a simple Zend Front/Action Controller. This one will be
altered in the sense of our yestarday discussion.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list