[TYPO3-mvc] |!!!] BREAKING CHANGE: FYI: Handling of Settings and Extbase configuration

Xavier Perseguers typo3 at perseguers.ch
Fri Aug 7 11:03:40 CEST 2009


Hi,

> $this->settings (from controller), it always is an empty array, in 
> Backend *and* Frontend. Meaning a few lines after the code I wrote for 
> initializeAction above, I have this:
> 
> $this->scBase = t3lib_div::makeInstance('t3lib_SCbase');
> $this->scBase->MCONF['name'] = $this->settings['pluginName'];
> $this->scBase->init();

I found it! It was hidden in

$this->request->getPluginName();

:-)

The other point is still open though

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en

One contribution a day keeps the fork away


More information about the TYPO3-project-typo3v4mvc mailing list