[TYPO3-mvc] extend Tx_Fluid_View_AbstractTemplateView
Björn Biege
freeshsolutions at googlemail.com
Fri May 2 12:34:16 CEST 2014
Hi Guys,
I will extend Tx_Fluid_View_AbstractTemplateView.
I set my own class in TS:
config.tx_extbase {
objects {
Tx_Fluid_View_AbstractTemplateView {
className = Tx_MyExtension_View_AbstractTemplateView
}
}
}
But my class will not be used.
If i do this with Tx_TemplateHints_View_TemplateView, it worked fine, but this is not what i need.
Hope someone have any hints :)
Kind regards, Björn
More information about the TYPO3-project-typo3v4mvc
mailing list