symfony - 有没有doctrine yaml定义数据库shema的比较详尽的文档?
伊谢尔伦
伊谢尔伦 2017-05-16 16:45:27
0
1
536

比如symfony2中的例子:

Ens\JobeetBundle\Entity\CategoryAffiliate:
  type: entity
  table: category_affiliate
  id:
    id:
      type: integer
      generator: { strategy: AUTO }
  manyToOne:
    category:
      targetEntity: Category
      inversedBy: category_affiliates
      joinColumn:
        name: category_id
        referencedColumnName: id
    affiliate:
      targetEntity: Affiliate
      inversedBy: category_affiliates
      joinColumn:
        name: affiliate_id
        referencedColumnName: id

比较详尽的解释如generator这个option,以及manyToOne和OneToMany的option的文档
doctrine官网我找到的并不太清楚

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

全部回复(1)
给我你的怀抱

http://docs.doctrine-project.org/en/l...

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!