Zend Studio 8:如何使.htaccess和.zfproject.xml出现?
我刚刚开始使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在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)
您必须将文件关联添加到特定扩展名...
添加文件类型 ex: *.htaccess、*.log 并添加您提供的编辑器并重新启动 zend studio。
现在您应该能够在所选浏览器中双击打开该文件。
注意:如果这不起作用,请将内容文件扩展名添加到“文本”内容类型中,
You will have to add the file Associations to the particular extension...
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,