SonataMediaBundle - Media 和 Gallery 之间的关系在哪里定义?
SonataMediaBundle - where are the relations between Media and Gallery defined?
我已经安装了 the bundle 并且一切正常,但我有一个问题。实体的数据库映射在哪里?
寻找here, in the Entity folder of the bundle, these classes extend each their respective class for the Model folder of the bundle. Looking at the Gallery Model,没有注释,所以映射必须在Resources/config/doctrine
中完成。
然而,Gallery mapping or the GalleryHasMedia 具有除实体之间的关系之外的所有字段定义。
关系是自动创建的吗?如何?还是在其他地方,我错过了?
我已经安装了 the bundle 并且一切正常,但我有一个问题。实体的数据库映射在哪里?
寻找here, in the Entity folder of the bundle, these classes extend each their respective class for the Model folder of the bundle. Looking at the Gallery Model,没有注释,所以映射必须在Resources/config/doctrine
中完成。
然而,Gallery mapping or the GalleryHasMedia 具有除实体之间的关系之外的所有字段定义。
关系是自动创建的吗?如何?还是在其他地方,我错过了?