我想在我的表 cookie 中取消设置可为空的外键,这里表示为 ORM 实体对象$cookie
:
$cookie->setFsession(new Doctrine_Null());
$this->em->persist($cookie);
$this->em->flush();
但我明白了
Fatal error: Class 'GroupConsulter\dotplus\FrontEndBundle\Doctrine_Null' not found
我错过了什么?谢谢