[TYPO3-mvc] Where to set the storagePID for Backend Modules?

g4-lisz at tonarchiv.ch g4-lisz at tonarchiv.ch
Fri Oct 14 15:46:50 CEST 2011


yes it did set it there but how do i setup the backend to respect these 
files? for the FE plugin i just include dem in the root TS... but i have 
none for the backend.

cheers,
till

On 14.10.2011 15:19, Sören Kracker wrote:
> 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
> _______________________________________________
> 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