[TYPO3-mvc] FrontendUser Model - ExtBase 1.0.2 & 1.2.0Beta2

Christian Schwan schwan.christian at gmail.com
Mon May 31 15:11:21 CEST 2010


he nils,
#
I tried ;-) but it doesn't help;-(

plugin.tx_crm.persistence.classes {
Tx_Extbase_Domain_Model_FrontendUser {
	  storagePid = 3
    mapping {
            tableName = fe_users
           }
       }
}

config.tx_extbase.persistence.classes {
       Tx_Extbase_Domain_Model_FrontendUser {
	  storagePid = 3
           mapping {
               tableName = fe_users
           }
       }
}
--------------------------------------------------------------
[controller:protected] => customer
[feUserId:protected] =>

It should be:

[controller:protected] => customer
[feUserId:protected] => Tx_Extbase_Domain_Model_FrontendUser Object


More information about the TYPO3-project-typo3v4mvc mailing list