[TYPO3-dev] Extbase mapping "pages" table

Luigi Tenti ltenti at gmail.com
Fri Apr 26 15:47:49 CEST 2013


Hi Mattias,

I tried:

config.tx_extbase.persistence.classes {
    \MyCompany\MyExtension\Domain\Model\Pagina {
        mapping {
            tableName = pages
            columns {
                title.mapOnProperty = title
            }
        }
    }
}

but I get the same error message.
It seems like the PaginaRepository does not know about the TS mapping !



More information about the TYPO3-dev mailing list