php-solution/doctrine-orm-extra-bundle

此包为使用 doctrine2 提供额外的功能

v0.4 2018-04-16 08:52 UTC

This package is auto-updated.

Last update: 2024-09-28 04:10:46 UTC


README

安装

通过 Composer

$ composer require php-solution/doctrine-orm-extra-bundle

示例

实体缓存,doctrine.yml

doctrine_orm_extra:
    entity_cache_map:
        Project\AppBundle\Entity\Country: {usage: READ_WRITE, region: entity_region}