[TYPO3-mvc] How to filter output when n:1 relation between objects?

Oliver Klee typo3-german-02 at oliverklee.de
Tue Nov 8 11:38:51 CET 2011


Hi,

Am 08.11.2011 11:22, schrieb Sören Kracker:
> You can call $productRepository->findByCountry($country_uid);

or even cleaner, provide a country model instance:
$productRepository->findByCountry($country);


Oli


More information about the TYPO3-project-typo3v4mvc mailing list