[TYPO3-english] Re: Extbase: Get selected childs from relation

Mitja mitja.orlic at gmail.com
Fri Sep 13 14:09:27 CEST 2013


Hmm if I understand correctly you want to do something like that: 

$DocumentRepository->findBy[SomeProperty](PropertyValue);

If you need to apply the filtering only to some documents within a category then get the category first, then you can either loop through the category or you maybe could write a custom query .

(if you dont already have it, maybe this could help: http://www.typovision.de/fileadmin/slides/ExtbaseFluidCheatSheetTypovision.pdf)


More information about the TYPO3-english mailing list