[TYPO3-mvc] extbase storagePid on CLI
kopfstand_Sören Kracker
s.kracker at kopfstand-mail.de
Wed May 30 10:01:59 CEST 2012
This should be set for module if it's a module. At least I didn't set
any module settings for my command controller.
I've set this for my command controller:
plugin.tx_myext_abc {
persistence.storagePid = {$pids.abcstorage}
persistence.classes {
Tx_Myext_Domain_Model_Abcd {
newRecordStoragePid = {$pids.abcstorage}
}
}
}
Do you add new records? Do you have a mapping for a table?
Am 30.05.2012 09:13, schrieb Sebastian Schreiber:
> Hello Thomas,
> actually i have no clue about the command controller.
> But i guess you have to define these settings in the modules
> configuration ts.
> Something like:
> module.tx_myext.persistence.storagePid = 1
>
>
>
> Am 29.05.2012 19:17, schrieb Thomas "Thasmo" Deinhamer:
>> Hello folks,
>>
>> I'm using a command controller to execute some stuff,
>> and the only way I can set storagePid is this:
>>
>> config.tx_extbase.persistence.storagePid = 1
>>
>> If I set it via plugin, it doesn't work:
>>
>> plugin.tx_myext.persistence.storagePid = 1
>>
>> Is this intended or is there another way
>> to set the storagePid per extension and
>> not globally for extbase?
>>
>> Thanks,
>> Thomas
>> _______________________________________________
>> 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