[TYPO3-mvc] Extbase 1.2.0 table mapping
Rayuth You (Yuth)
rayuth at typo3cambodia.org
Tue Jan 17 03:08:06 CET 2012
Hi list
Using extbase 1.2.0
In setup:
plugin.tx_myext {
persistence{
enableAutomaticCacheClearing = 1
updateReferenceIndex = 0
classes {
Tx_MyExt_Domain_Model_FeUsers {
mapping {
tableName = fe_users
columns {
lockToDomain.mapOnProperty = lockToDomain
}
}
}
}
}
}
and in ext_table.php: t3lib_div::loadTCA('fe_users');
I got message error:
Table 'typo3_demo.tx_myext_domain_model_feusers' doesn't exist: SELECT
tx_myext_domain_model_feusers.* FROM tx_myext_domain_model_feusers WHERE
tx_myext_domain_model_feusers.uid = '0'
Did I configure some thing wrong? Or any hint?
Regards,
Yuth
--
Khmer TYPO3 User Group
Spirit of sharing
Rayuth You
Web Developer
M: +855 11 262 078
E: rayuth at typo3cambodia.org
More information about the TYPO3-project-typo3v4mvc
mailing list