[TYPO3-mvc] findByUid with localized records Problem

Fabian Fisahn fabian_fisahn at hotmail.com
Thu May 20 18:45:09 CEST 2010


Hi List,

I build up a multi language site with content elements for the different
languages.

In my extbase extension I need to get some records from the tt_content
table. I use
$this->contentRepository->findByUid(intval($uid));

This only works, if the column "sys_langugage_uid" of tt_content is 0
(the default value).
Is there a way, to get records with lang uid other then 0?

Thanks for help
Fabian


More information about the TYPO3-project-typo3v4mvc mailing list