[TYPO3-mvc] FrontendUser Model - ExtBase 1.0.2 & 1.2.0Beta2
Nils Blattner
nb at cabag.ch
Mon May 31 14:29:48 CEST 2010
Am 31.05.10 14:24, schrieb Christian Schwan:
> config.tx_extbase.persistence.classes {
> Tx_Crm_Domain_Model_Dashboard {
> mapping {
> tableName = fe_users
> }
> }
> }
>
> Nothing happens....
This would only break the model...
Tx_Extbase_Domain_Model_FrontendUser {
storagePid = your_storage_pid_here
mapping {
tableName = fe_users
}
}
you might have to add it to plugin.tx_crm.persistence.classes aswell.
Regards
Nils
More information about the TYPO3-project-typo3v4mvc
mailing list