[TYPO3-mvc] !!! FYI: Several changes in the last commit
Steffen Kamper
info at sk-typo3.de
Wed Jul 22 18:51:57 CEST 2009
Hi Joerg,
Joerg Schoppet schrieb:
> Hi,
>
> found two small things your typoscript:
>
> 1.
> config.tx_extbase.interfaces.Tx_Extbase_Persistence_Storage_Backend.implementations.2.className
> = Tx_Extbase_PErsistence_Storage_PdoBackend
> - capital E in PErsistence
> - PdoBackend doesn't exists
> - For what is this config?
>
this is for MySQL / non-MySQL handling i guess
> 2.
> config.tx_extbase.classes.Tx_Extbase_Domain_Model_FrontendUserGroup.mapping.tableName
> = fe_users
> - Shouldn't it be fe_groups?
> - For what ist the part "columns.lockToDomain.mapOnProperty =
> LockToDomain"?
>
i think this is only copy&paste, and your right. The columns mapping is
for db field mapping, see DataMapper:
$propertyName = $mapping[$columnName]['mapOnProperty'];
vg Steffen
More information about the TYPO3-project-typo3v4mvc
mailing list