[TYPO3-core] RFC #9094: Make simulate static a system extension

Benjamin Mack benni at typo3.org
Fri Aug 15 21:53:27 CEST 2008


Hey Dmitry,

thanks for your answer.

Well, could we do something like this then?

======================
if (is_array($this->tmpl->setup['config.'])) {
	$this->config['config'] = $this->tmpl->setup['config.'];
}
if (is_array($this->pSetup['config.'])) {
	$this->config['config'] = 
t3lib_div::array_merge_recursive_overrule($this->config['config'], 
$this->pSetup['config.']);
}
======================

(Sorry for posting so much code here in the list, just want to proceed 
here).

-- 
greetings,
benni.
-SDG-


More information about the TYPO3-team-core mailing list