1

我想在 ZF2 项目中使用 Doctrine 2。我做了一些研究。我发现了这个: http ://www.jasongrimes.org/2012/01/using-doctrine-2-in-zend-framework-2/

不幸的是,我没有安装 CURL 或作曲家。当我尝试先安装 CURL 时。我遇到了无法解决的错误。

有没有简单的解决方案将 Doctrine 2 集成到 ZF2 中?

4

2 回答 2

2

I spent a lot of days trying to find a good solution to integrate Doctrine 2 into ZF2. Finally, I managed to do it with this skeleton application: https://github.com/iwalz/zf2-doctrine2-getting-started

It has a very good readme, if you follow the steps, success is guaranteed!

于 2012-09-23T17:54:06.257 回答
1

你有 Doctrine 团队编写的官方 Doctrine ZF2 模块

https://github.com/doctrine/DoctrineModule

Composer 或 CURL 是下载源和注册命名空间的简单方法。您可以下载源代码并注册模块

于 2012-09-13T13:42:23.400 回答