gpt4 book ai didi

symfony - Symfony 2 中的 2 级实体文件夹

转载 作者:行者123 更新时间:2023-12-04 02:56:22 26 4
gpt4 key购买 nike

我在 Symfony2 包中有一个两级实体文件夹:

CommonBundle/Entity/EntityFolder1/EntityA.php
CommonBundle/Entity/EntityFolder2
CommonBundle/Entity/EntityFolder3
CommonBundle/Entity/EntityFolder4

当我尝试获取位于其中一个文件夹中的实体的存储库时:

$product = $this->getDoctrine()->getRepository('CommonBundle:EntityA')->find(1); 

Symfony 无法识别此 CommonBundle:EntityA .

我也试过 CommonBundle:EntityFolder1:EntityA .

Warning: class_parents(): Class CommonBundle\Entity\EntityA does not exist and could not be loaded in

最佳答案

它是 CommonBundle:EntityFolder1\EntityA .

关于symfony - Symfony 2 中的 2 级实体文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12336108/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com