dmitryd / typo3-simplemvc

[OBSOLETE] A TYPO3 "simplemvc" extension. This extension adds a simple high performance MVC framework to TYPO3.
7 stars 0 forks source link

need of a customized configuration array #11

Open franzholz opened 11 years ago

franzholz commented 11 years ago

The $configuration array of the AbstractController contains the values which are derived from TypoScript. However it is necessary to manipulate those values and add new values from inside of an extension. Maybe a second $configuration array should be named $internalConfiguration. By this the original $configuration could remain available. Or the $configuraion values should be changeable by a setter method. At the moment you only have the init method where you can set the $configuration array from outside of the class.