[TYPO3-mvc] Nearly completly confused

Franz Koch typo3.RemoveForMessage at elements-net.de
Mon Feb 21 19:19:25 CET 2011


Hey,

> im working on an extension that needs to runs with extbase 1.2.1.
>
> How am i supposed to override the storagePid from controller indexAction?
>
> I need this for a backend modul. And im not able to override this
> setting without hacking the dispatcher.
>
> Every solution welcome.

what have you tried so far? Give the following a try:

module.tx_yourextension.persistence.storagePid = 123

So instead of plugin.tx_yourextension... use the namespace 
"module.tx_yourextension" to configure anything for your backend 
modules. You can also change template paths etc.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list