MyGit

v2.0.3

Kdyby/Doctrine

版本发布时间: 2014-07-28 08:11:00

Kdyby/Doctrine最新发布版本:v3.3.1(2018-08-19 02:43:40)

doctrine:
    metadata:
        App: Doctrine\ORM\Mapping\Driver\AnnotationDriver(%appDir%/models)

Why would you wanna do that? Well, the Doctrine's implementation just crawls a directory and requires everything that remotely resembles PHP file. If you happen to have some scripts laying around, they will be triggered. On the other hand, the Doctrine's implementation is about 10x faster.

On a directory with 800 files, the new implementation with RobotLoader takes more than 10 seconds. On the other hand, the files are crawled only once at compile-time.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2014-07-28发行的版本