[TYPO3-mvc] PID - able to save but not read
ktt
kestutis98 at yahoo.com
Mon Jul 2 07:09:08 CEST 2012
Hello,
To be able to write to pid I defined it so:
plugin.tx_myextension.persistence.classes.Tx_Myextension_Domain_Model_Foomodel.newRecordStoragePid = 2
config.tx_extbase.persistence.classes.Tx_Myextension_Domain_Model_Foomodel.newRecordStoragePid = 2
plugin.tx_myextension.persistence.classes.Tx_Myextension_Domain_Model_Foomodel.storagePid = 2,13,11
config.tx_extbase.persistence.classes.Tx_Myextension_Domain_Model_Foomodel.storagePid = 2,13,11
plugin.tx_myextension.persistence.classes.Tx_Myextension_Domain_Model_Foomodel.defaultStoragePid = 2
config.tx_extbase.persistence.classes.Tx_Myextension_Domain_Model_Foomodel.defaultStoragePid = 2
module.tx_myextension.persistence < plugin.tx_myextension.persistence
Without defining pid for 'config.tx_extbase.persistence' it is not able to write to correct pid.
With 'config.tx_extbase.persistence' defined extension in BE saves to correct pid, but not able to find ( findAll() ) objects.
Are there some settings missing?
Thank you in advance,
Kast
More information about the TYPO3-project-typo3v4mvc
mailing list