[TYPO3-dev] Using typoscript configuration in your plugin

Franz Holzinger franz at fholzinger.com
Wed Jun 7 12:38:31 CEST 2006


> 
> Which function call did I miss or how should this be improved in the future?
> 
A quick hack to a similar case with missing orderBy is

if (is_array($prodconf['ALL.']) && $prodconf['ALL.']['orderBy'] ==
'{$plugin.tt_products.orderBy}')	{
	$prodconf['ALL.']['orderBy'] = '';
}

Shouldn't this be cleaned somewhere else automatically instead of having
'{$plugin.tt_products.orderBy}' as configuration values in the program
code of extensions?


- Franz





More information about the TYPO3-dev mailing list