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

Steffen Kamper info at sk-typo3.de
Tue Jul 21 20:15:57 CEST 2009


Hi Sebastian,

Sebastian KurfŸürst schrieb:
> Hi Xavier and Steffen,
> 
>>> one remark: For me it's totally confusing having a extbase extension 
>>> with many plugins, and none of these are in plugin. namespace of TS.
>>>
>>> At least there should be a reference like
>>> plugin.Tx_Extension_Controller <= 
>>> tt_content.list.20.extension_controller
>>
>> I agree. It would be better understandable and would be just as 
>> old-pibase plugins.
> I disagree ;-)
> 
> We really have to distinguish between domain-specific configuration and 
> framework configuration.
> Domain-specific configuration this is what resides in 
> plugin.tx_blogexample_... and is directly available in $this->settings 
> in the controller.
> 
> However, this should NOT be mixed up with the framework configuration, 
> which deals with caching, persistence, and many more internal things.
> 
> When you'll upgrade to v5, you will not have the framework specific 
> configuration, but you will have the domain-specific configuration 
> available.
> 
> I hope you see that it makes sense to split domain-specific and 
> framework / infrastructure configuration :-)
> 
> Greets,
> Sebastian

i see your point, but don't miss the users from v4, they will be very 
confused. What is bad having this in plugin namespace as reference?

vg Steffen


More information about the TYPO3-project-typo3v4mvc mailing list