标签: php doctrine relational-database symfony4
指导我建议下载数据从symfony 4中的关系数据库中提取
推荐链接:
Relational Database
答案 0 :(得分:0)
在控制器中
添加此行
$ category = $ this-> getDoctrine() - > getRepository(Category :: class) - > findAll();
在Twig中
Add these lines in your twig