如何在 Windows 7 上安装 Doctrine 2?

发布于 2024-09-12 06:01:26 字数 75 浏览 3 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼眸印温柔 2024-09-19 06:01:26

第 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.

我只土不豪 2024-09-19 06:01:26

如果你想下载完整的包,你可以尝试 Doctrine 所有版本

在这里你找到了所有可用的版本,包括每晚构建

If you want to download complete package you can try Doctrine All Versions

Here you found all available versions including nightly builds

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文