[TYPO3-mvc] Switchable ControllerActions+Tx_Extbase_Utility_Extension::configurePlugin()

Thomas Nussbaumer typo3 at thomasnu.ch
Tue Aug 9 14:41:58 CEST 2011


Am 09.08.2011 11:06, schrieb Thomas Nussbaumer:
> Hi Paul
>
> Why did you remove '_' in $_:EXTKEY? Right is:
>
> $pluginSignature = $_EXTKEY . '_listshow';
>
> or directly:
>
> // Include Flexforms
> $TCA['tt_content']['types']['list']['subtypes_addlist'][$_EXTKEY .
> '_listshow'] = 'pi_flexform';
>
> t3lib_extMgm::addPiFlexFormValue(, 'FILE:EXT:' . $_EXTKEY .
> '/Configuration/FlexForms/listshow.xml');

improve please:
t3lib_extMgm::addPiFlexFormValue($_EXTKEY . '_listshow', 'FILE:EXT:' . 
$_EXTKEY .
'/Configuration/FlexForms/listshow.xml');
>
> See also:
> Extbase/Fluid Cheat Sheet: http://www.typovision.de/cheatsheet/
>
> Greetings,
> Thomas (Nussbaumer)
>


More information about the TYPO3-project-typo3v4mvc mailing list