[TYPO3-mvc] FYI: Progress in implementing support for generic domain models

Mathias Schreiber [wmdb >] mathias.schreiber at wmdb.de
Wed Jul 22 14:04:01 CEST 2009


Jochen Rau schrieb:
> I don't think we have a conceptual problem here. The only thing that is 
> configured in the $TCA is the target class name of relations 
> (foreign_class). The mapping of classes <=> table is configured via 
> TypoScript in my currently developed implementation (see below).

I disagree.
This would require TYPO3 to load the full TCA in FE (I know it does now, 
but this will be changed in order to reduce overhead in FE rendering).

We're working on reducing the amount of code loaded in the FE significantly.

So this type of setting (BE TCA definition hitting through to the FE) 
should be avoided at any point possible.

Practically, all of TCA the frontend needs are the enablefields.
If you need special things from TCA, load them manually.

If Extbase takes care of loading the TCA for these tables, I'm fine with 
that.

cheers
Mathias


-- 
TYPO3 certified interogator
T3DD09 Entertainer


More information about the TYPO3-project-typo3v4mvc mailing list