[TYPO3-english] Storage of ext_conf values?

Jigal van Hemert jigal at xs4all.nl
Mon Oct 4 21:18:44 CEST 2010


Hi,

On 4-10-2010 17:02, roberto blanko wrote:
> just a question out of pure interest: Where does TYPO3 store modified values
> from the ext_conf in the extension manager? File? DB? Didn't find anything
> so far.

In typo3conf/localconf.php:

$TYPO3_CONF_VARS['EXT']['extConf']['tt_news'] = 
'a:20:{s:13:"useStoragePid";s:1:"1";  ...  s:3:"0.1";}';

It's a serialized array with the configuration you can set in the 
Extension Manager. (The  ... represent the stuff I removed to make it 
shorter).

-- 
Kind regards / met vriendelijke groet,

Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh


More information about the TYPO3-english mailing list