0

从表单中持久化我的实体时,刷新数据库时出现以下错误:

Catchable Fatal Error: Argument 1 passed to Doctrine\Common\Collections\ArrayCollection::__construct() must be an array, object given, called in C:\wamp\www\Symfony\vendor\doctrine\orm\lib\Doctrine\ORM\UnitOfWork.php on line 519 and defined in C:\wamp\www\Symfony\vendor\doctrine\common\lib\Doctrine\Common\Collections\ArrayCollection.php line 48 

我想我是以对象形式得到的,但它必须是数组集合形式,我无法理解

有任何想法吗????

4

1 回答 1

0

它可能是错误的绑定或实体类配置错误。但是如果没有您提供的更多代码,我们真的无法猜测出了什么问题:)

于 2013-05-15T11:57:19.443 回答