[TYPO3-mvc] RFC: Handling of Settings and Extbase configuration
Steffen Kamper
info at sk-typo3.de
Wed Aug 5 11:34:42 CEST 2009
Sebastian Kurfürst schrieb:
> Hi Steffen,
>
>> why not merging domainSettings and plugin specific settings in
>> $this->settings? THen you never need to fetch domainSettings as they are
>> already available.
> If I understood you correctly, what you call "domain settings" are stuff
> like storage PID and the like, right?
> I dislike the name, as I start thinking into the direction of "Domain
> Models", and these settings are really really infrasctructure related.
>
ok, if they are not relevant for the plugin. I understood it like
default settings which may be overridden in plugin settings.
> The reason why it should _not_ be merged is as outlined in my first post:
> - the plugin specific settings can be structured as _you_ as a
> programmer need them to be for your plugin, with no rules by us.
> - the framework specific settings (like storagePid) are not
> FLOW3-forward compatible and while you need to set them if you configure
> your plugin, you as an extension developer should _NOT_ need it nor use it.
>
if they are not relevant for the plugin, then it's ok. I only think from
dev side how to configure extension/plugin best way.
vg Steffen
More information about the TYPO3-project-typo3v4mvc
mailing list