Zend Studio 8:如何使.htaccess和.zfproject.xml出现?

发布于 2024-12-04 06:38:01 字数 250 浏览 1 评论 0原文

我刚刚开始使用 Zend Studio 8 开发 Zend Framework 项目,默认情况下,Zend Studio 似乎不显示 /public/.htaccess 和 .zfproject.xml 文件。

这两个文件都是在创建 ZF 项目时创建的 - 它们只是不与所有其他项目文件一起显示在 PHP Explorer 视图中。

有谁知道 Zend Studio 中是否有一个设置可以使这些文件出现,以便我可以从 Zend Studio 中打开它们?

I've just begun using Zend Studio 8 to develop Zend Framework projects, and it seems that by default, Zend Studio doesn't display the /public/.htaccess and .zfproject.xml files.

Both files are created when creating a ZF project -- they just don't display in the PHP Explorer view along with all of the other project files.

Does anyone know if there is a setting in Zend Studio to make these files appear so I can open them from within Zend Studio?

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

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

发布评论

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

评论(2

你怎么敢 2024-12-11 06:38:01

在PHP Explorer窗口中,您的顶部边缘是一个三角形的边缘(表现不佳)。单击它,然后选择“过滤器...”。然后取消选中“。*资源”,然后按“确定”。现在,您在Zend Studio PHP Explorer中看到(UNIX)隐藏文件。

-

版本13.6

项目Explorer - > ▽->自定义视图... - >过滤器(TAB)

In the PHP Explorer window, you have on the top-right edge an triangle (showing downside). Click on it and choose "Filters...". Then uncheck ".* resources" and press "OK". Now you see (unix)hidden files in your Zend Studio PHP Explorer.

--

In version 13.6

Project Explorer -> ▽ -> Customize View... -> Filters (tab)

初见终念 2024-12-11 06:38:01

您必须将文件关联添加到特定扩展名...

  Window > Preferences > General > Editors > File Associations

添加文件类型 ex: *.htaccess、*.log 并添加您提供的编辑器并重新启动 zend studio。

现在您应该能够在所选浏览器中双击打开该文件。

注意:如果这不起作用,请将内容文件扩展名添加到“文本”内容类型中,

  Window > Preferences > General > Content Types

You will have to add the file Associations to the particular extension...

  Window > Preferences > General > Editors > File Associations

Add file type ex: *.htaccess, *.log and add your proffered editor and restart the zend studio.

Now you should be able to dbl click to open in the file in the chosen browser.

NOTE: If that did not work, add the content file extension to the "text" content type in,

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