flame/doctrine

在 Kdyby/Doctrine 上使用 Doctrine2 的类集合

v4.1.0 2014-02-01 11:07 UTC

This package is not auto-updated.

Last update: 2024-09-11 11:33:56 UTC


README

在 Kdyby/Doctrine 上使用 Doctrine2 的类集合

##安装

  1. 在 composer.json 中添加 require
	"require": {
		"flame/doctrine": "@dev"
	}
  1. 安装依赖项
	composer install /update

##使用

在 config.neon 中

	doctrine:
		defaultRepositoryClassName: \Flame\Doctrine\EntityDao
		autoGenerateProxyClasses: true
		metadata:
			Sharezone\Entity: %appDir%/Entity
		ignoredAnnotations: [date, author]