[TYPO3-mvc] query for objects with at least one category
Marc Bastian Heinrichs
typo3 at mbh-web.de
Tue Jun 21 18:14:56 CEST 2011
Hey,
> Passing as param from Controller is preferred, but...
>
> See Tx_Extbase_Configuration_ConfigurationManager::getConfiguration($configurationType, $extensionName = NULL, $pluginName = NULL) {
>
> $configurationType is either "Framework", "Settings" or "FullTypoScript".
better use
Tx_Extbase_Configuration_ConfigurationManagerInterface::CONFIGURATION_TYPE_FRAMEWORK,
Tx_Extbase_Configuration_ConfigurationManagerInterface::CONFIGURATION_TYPE_SETTINGS
or
Tx_Extbase_Configuration_ConfigurationManagerInterface::CONFIGURATION_TYPE_FULL_TYPOSCRIPT
for $configurationType
Best,
Marc Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list