如何在 Windows 7 上安装 Doctrine 2?
在 Windows 7 上安装 Doctrine 2 的最佳方式是什么?我正在运行 WampServer 2.0。
谢谢
What is the best way to install Doctrine 2 on Windows 7? I'm running WampServer 2.0.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
第 1 步:下载
访问 Doctrine 下载页面。它们为您提供了多种选择 - 如果您使用推荐的源代码控制工具,您可以从 github 使用 git 或 SVN,也可以直接下载源码。
第 2 步:配置
下载 Doctrine 后,无需安装 - 只需确保明确包含 Doctrine 或包含在您的包含路径中即可开始使用它。要在应用程序中使用 Doctrine,您需要在应用程序启动时运行一些命令来加载和配置 Doctrine。 Doctrine 文档的配置部分您将完成在应用程序中初始化 Doctrine 的步骤和选项。
Step 1: Download
Visit the Doctrine download page. They give you several options - If you're using a source control tool, which is recommended, you can check out the latest Doctrine 2 from github using git or SVN, or you can download the source directly.
Step 2: Configuration
Once you've downloaded Doctrine, there's no installation required - just make sure Doctrine is included either explicitly or in your include path and you can start using it. To use Doctrine in your app, you need to run a few commands when your app starts up to load and configure Doctrine. The Configuration section of the Doctrine documentation walks you through the steps and options for initializing Doctrine in your app.
如果你想下载完整的包,你可以尝试 Doctrine 所有版本
在这里你找到了所有可用的版本,包括每晚构建
If you want to download complete package you can try Doctrine All Versions
Here you found all available versions including nightly builds