[TYPO3-mvc] FYI: Progress in implementing support for generic domain models
Sebastian Kurfürst
sebastian at typo3.org
Tue Jul 21 20:05:09 CEST 2009
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
More information about the TYPO3-project-typo3v4mvc
mailing list