PHP 包含 Zend 框架的路径帮助

发布于 2024-09-14 15:38:26 字数 388 浏览 6 评论 0原文

我之前发布过这个问题(阅读 Google 文档电子表格)并得到了一个很好的答案,指导我使用 Zend 框架。我以前从未使用过它,并且我相当确定我设置错误。它说“只需下载框架, 将其解压到您想要保留的文件夹中,然后添加库目录 到你的 PHP include_path。”

我这样做:

<?php
ini_set("include_path", ".:/PortableApps/xampp/htdocs/zend/library");
?>

...这可能肯定是错误的。有人可以帮助我吗?

I previously posted this question (Reading Google docs spreadsheet) and got a good answer that instructed me to use the Zend Framework. I've never used it before, and I'm fairly certain I'm setting it up wrong. It says to "Simply download the framework,
extract it to the folder you would like to keep it in, and add the library directory
to your PHP include_path."

I'm doing it like this:

<?php
ini_set("include_path", ".:/PortableApps/xampp/htdocs/zend/library");
?>

...which is probably most certaintly wrong. Can someone help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

兔小萌 2024-09-21 15:38:26

看看这个问题。它会回答你的。

Look at this question. It will answer yours.

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