[TYPO3-dev] Re: Problems with autoloader in Backendmodul

Philipp Wrann philippwrann at gmail.com
Thu Jan 29 13:02:51 CET 2015


That has nothing to do with pi_base

You need to register the module with your vendor name, so extbase uses the namespaced schema.

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule(
		'Vendor.'.$_EXTKEY,
..



More information about the TYPO3-dev mailing list