Mac OSX 上的 Zend 框架:我可以更改根目录吗?

发布于 2024-09-06 17:47:28 字数 99 浏览 2 评论 0原文

Mac OSX 上的 Zend 框架:我可以更改根目录吗?

如何 ? 我想在我的主文件夹中设置一个目录。

否则我只能通过终端访问它

谢谢

Zend framework on mac OSX: can I change the root Directory ?

how ?
I would like to set a directory in my home folder.

Otherwise I can only access to it by terminal

thanks

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

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

发布评论

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

评论(1

长梦不多时 2024-09-13 17:47:28

你说的是哪个根目录? ZF 库的位置,还是您的应用程序的根目录?

无论哪种方式,您都可以将东西放在您想要的任何地方。

对于 ZF 库本身,只需将其粘贴到任何地方,并确保 ZendFramework-xyz/library 位于 PHP 的 include_path 中

对于您的应用程序,只需将 apache 配置中的 DocumentRoot 设置为项目中的 public/ 目录即可。

Which root directory are you talking about? The location of the ZF libraries, or your application's root?

Either way, you can put things wherever you'd like.

For the ZF library itself, just stick it anywhere, and make sure ZendFramework-x.y.z/library is in PHP's include_path

For your application, it's just a matter of setting the DocumentRoot in your apache configuration to the public/ directory in your project.

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