[TYPO3-mvc] Where to set the storagePID for Backend Modules?
Sören Kracker
s.kracker at kopfstand-mail.de
Fri Oct 14 15:19:43 CEST 2011
You have to set this in constants:
module.tx_yourextname.persistence.storagePid = yourPID
and in setup you can set this:
module.tx_yourextname.persistence.storagePid =
{$module.tx_yourextname.persistence.storagePid}
or change it in setup if you like...
But isn't that automatically generated?
> hi there,
>
> from extension builder we made a backend plugin for our domain model...
>
> there are the settings in
> ext/myextension/Configuration/TypoScript/*.txt - where can i make them
> read by the backend module?
>
> the backend should be "idiot proof", there should be just one fixed
> storagePID for the plugin.
>
> ... maybe i'm the idiot at this moment...? ;)
>
> cheers,
> till
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
More information about the TYPO3-project-typo3v4mvc
mailing list