[TYPO3-50-general] Naming conventions for user-level settings

Jochen Rau j.rau at web.de
Wed May 21 14:16:37 CEST 2008


Hi,

AFAIK the recommended place to overrule user-level settings is the 
global "TYPO3/Configuration/Settings.php" because 
"TYPO3/Packages/MyPackage/Configuration/Settings.php" should not be touched.

Will there be any FLOW3 naming conventions for user-level Settings?

IMO there should be some naming conventions like

$c->MyPackage->MyComponent->mySpecialSetting = 'Hello World!';

(like the good old plugin.tx_myextension.view.mysetting = Hello World! ;-) )

instead of

$c->mySpecialSetting = 'MyValue';

Greetings
Jochen


More information about the TYPO3-project-5_0-general mailing list