[TYPO3-mvc] Backend module outside of web or tools?
Dennis Ahrens
dennis.ahrens at googlemail.com
Tue Jul 27 11:01:27 CEST 2010
Hi Daniel,
Daniel Dimitrov wrote:
> I was able to create a module in web, but I'm wondering how to create a
> module outside of web or tools. There are some extensions like direct
> mail that create their own positions. How can I do this with extbase?
We have a own main module configured in the "old" v4 style. It works to
use it's key as main module key for registerModule.
Tx_Extbase_Utility_Extension::registerModule(
$_EXTKEY,
'selfmademainmod',
'submodkey',
'',
array(),
array()
);
regards
Dennis
More information about the TYPO3-project-typo3v4mvc
mailing list