Symfony4 Doctrine query restriction

前端 未结 0 1846
甜味超标
甜味超标 2020-12-03 19:53

I don\'t have any problem to get all the result of a table using :

$items = $this->getDoctrine()
   ->getRepository(Item::class)
   ->findAll();


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题