[TYPO3-ect] MVC Project

Michael Scharkow mscharkow at gmx.net
Tue Feb 7 22:05:42 CET 2006


Jan-Hendrik Heuing [DD] wrote:
>>All of this are objects. How about TCAview, TCAmodel and TCAcontroller as 
>>names?
>>(I personally prefer camel style: tcaView).
> 
> 
> Not sure if I understand this right, but this is all related to tables, is 
> it?

Basically, it is related to data arrays that are defined in TCA, in 
whatever way they are stored. But practically, a lot of the model part 
*is* table-based. View and controller are not so much bound to actual data.

> I am more interested in some general solution to render whatever. Of course 
> in most cases, it IS related to tables. Having a toolbox  to generate 
> frontend-stuff should not restricted to just table-related stuff...

Could you elaborate a bit on what you want to render? Apart from the 
above MVC classes, there will be a lot of domain-specific helpers 
available, like t3lib_div or parts of pi_base offer already. We'll have 
a simple form lib if you need non-model-based forms, evaluation and AJAX 
stuff will probably also be made available separately as components, and 
some general convenience functions for data-transformation, views etc.

Greetings,
Michael




More information about the TYPO3-team-extension-coordination mailing list