大家好,我正在使用 Doctrice ORM 開發(fā) Symfony 堆棧,我在加載應(yīng)用程序裝置時遇到問題。該應(yīng)用程序分為 3 個模型User, Post,Comments有 3 個函數(shù) public function loadUser(ObjectManager $manager)//public function loadPost(ObjectManager $manager)其中 public functionloadComments(ObjectManager $manager) 兩個有一個外鍵表,在注釋部分加載固定裝置,我在參考帖子中收到錯誤:$comments->setPost($this->getReference(
self::POSTS[rand(0, count(self::POSTS) - 1 )]['name']));錯誤輸出是 Reference to "Vacation" does not exist,但是當我使用相同的方法加載我的帖子時,我在引用上沒有收到該錯誤,代碼如下所示:$post->setUser($this->getReference(
self::USERS[rand(0, count(self::USERS) - 1)]['last_name']));
- 0 回答
- 0 關(guān)注
- 186 瀏覽
添加回答
舉報
0/150
提交
取消