[TYPO3-mvc] FeUser / FeUserGroup

Sebastian KurfŸürst sebastian at typo3.org
Sat Jul 25 09:40:38 CEST 2009


Hi,

[I did not read this thread thoroughly right now, so bear with me if 
anything of this has been posted already]

Concerning Mixins / extension of domain models:
In FLOW3, we already have a really great solution to this: AOP! With 
this, it's possible to extend domain objects by new fields and methods 
transparently.

In v4, we had the idea of building some mixin behavior in... I have some 
ideas for this already, but I am sure this will definitely _not_ make it 
into TYPO3 4.3, as this needs to be really well-thought.
Things like adding new properties and all that can be done quite easily, 
but actually I'd like to have addition of new properties _and_ methods. 
And this can be acutally quite difficult and there is a lot of stuff one 
needs to be aware of.


So, I'd propose to postprone this feature a bit, and think about it 
after 4.3 is released.

I hope you agree with me there :-)

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list