背景我正在做一个作品集网站,该网站相当简单,大部分作品都在画廊上。我有一组数据库表,所有表都链接起来以不同的方式检索和过滤画廊,从顶部开始,如下所示:GalleryCategory->Gallery->GalleryImage问题我面临的问题仅出现在画廊类别页面上,我在其中查看给定类别中的所有画廊,然后返回画廊中的画廊图像。我的Controller目前看起来像这样:publicfunctiongalleryCategoryAction($categoryId){$em=$this->getDoctrine()->getManager();$category=$em->getReposi