doctrine-mapping

    0熱度

    1回答

    我正在使用標準的Symfony 2.8框架和Doctrine。 我的實體的映射都是註解的,但我需要通過使用PHP方法映射單個實體(通過定義loadMetadata靜態方法)。我知道有一種方法可以像解釋here一樣覆蓋映射Bundle配置,但我希望指定單個實體。那可能嗎?由於

    0熱度

    2回答

    我有以下表格: strings ------ "id" int not null primary key string_texts ------ "id" int not null primary key "string_id" int not null fk(strings.id) "language_id" int not null fk(languages.id) "t