[TYPO3-mvc] Backend module outside of web or tools?

Daniel Dimitrov danielsd_bg at yahoo.fr
Tue Jul 27 11:51:39 CEST 2010


Hey Dennis,
thank you for the fast reply

"Dennis Ahrens" <dennis.ahrens at googlemail.com> wrote in message 
news:mailman.1.1280222365.14495.typo3-project-typo3v4mvc at lists.typo3.org...
> 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()
> );

I've tried this, but I couldn't see the module anywhere. And is this the 
"old" v4 style??? Could you post a full example please?
>
> regards
> Dennis 



More information about the TYPO3-project-typo3v4mvc mailing list