$result=$this->ptbfz_virtuemart_product_manufacturersRepository->findAll()->fetchAll();$result->where(array("virtuemart_product_id"=>$productKe->product_id));// toto samozrejme nefunguje ale ako to napisat spravne?
veď ti to Šaman vysvetlil, ResultSet::fetchAll ti vráti pole
IRow[], čiže ak chceš toto ďalej filtrovať/vyhľadávať,
musíš si napísať nejakú vyhľadávaciu funkciu nad array, tam
ti už where fungovať nemôže.