zend-frameworkzend-studio

Zend Studio 8: How to make .htaccess and .zfproject.xml appear?


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?


Solution

  • 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)