[TYPO3-mvc] Autoloading and underscored extension keys
Jerome Schneider
typo3dev at ameos.com
Mon Apr 6 10:56:14 CEST 2009
Hi,
How should I proceed to use an underscored extension key (abc_myext)
with the autoloading feature that ext_base provides ?
For instance, with an extension key abc_myext, in a Fluid template:
* {namespace myns=Tx_AbcMyext_ViewHelpers} does not work
* {namespace myns=Tx_Abc_Myext_ViewHelpers} does not work
I had a quick look at tx_extbase_dispatcher.php->autoLoadClasses() and
it seems that this case is not handled.
Regards,
Jerome
More information about the TYPO3-project-typo3v4mvc
mailing list