[TYPO3-mvc] table mapping issues
Thomas Mammitzsch
thomas at visualworx.de
Mon Aug 30 20:01:07 CEST 2010
hi list,
i try to map a model to the dam table:
config.tx_extbase.persistence.classes {
Tx_Cdebayarticles_Domain_Model_Dam.mapping {
tablename = tx_dam
recordType = Tx_Cdebayarticles_Domain_Model_Dam
}
}
when i try to fetch rows, i get the following error:
#1247602160: Table 'viervier.tx_cdebayarticles_domain_model_dam' doesn't
exist: SELECT tx_cdebayarticles_domain_model_dam.* FROM
tx_cdebayarticles_domain_model_dam WHERE
tx_cdebayarticles_domain_model_dam.uid IN ('1','2','4','3','5','6')
of course the table doesn't exist, thats what i made the mapping for.
Any ideas?
regards, Thomas
More information about the TYPO3-project-typo3v4mvc
mailing list