symfony2-不同bundle的entity的一对多关系

重点:其实和普通一个bundle中一样,只是把entity地址写全就行。

例子:

表commentone (多方)

表shopone(一方)

在Userbundle中的Commentone实体对应关系

symfony2-不同bundle的entity的一对多关系

在Adminbundle中的Shopone实体对应关系

symfony2-不同bundle的entity的一对多关系

在controller中使用:

symfony2-不同bundle的entity的一对多关系

数据库结果:

表shopone

symfony2-不同bundle的entity的一对多关系

表comment

symfony2-不同bundle的entity的一对多关系

上一篇:【原】Coursera—Andrew Ng机器学习—课程笔记 Lecture 8_Neural Networks Representation 神经网络的表述


下一篇:LeetCode 1. 两数之和