Zend Studio PHP Explorer not showing my new project
I am new to Zend Studio and new PHP developer.
Now I have a simple question: I created a project in Zend Studio, New -> PHP Project, but then the newly created project did not appear in the PHP explorer mini window.
I changed the directory to select / lampp / htdocs / tutorial. This is a bug and I want to know how to change directory and show it in PHP explorer.
Thanks!!:?
a source to share
In the New PHP Project dialog box, which option did you choose? "Create project from existing source" or "Create new project in workspace"? Go to Window -> Show View -> Other ... -> General -> Project Explorer. In this new view, you still can't see the project? Does this happen every time you create a new project?
Yossi Leon
I realize this is an old question, but I recently had this problem so I wanted to share it.
Assuming you chose a working set, either intentionally or unintentionally, and therefore you can only see projects that are part of that set.
In Zend Studio / Eclipse, click the triangle at the bottom right of your explorer area and select "Cancel Working Set" if not gray. This will remove the working set configuration and display all projects regardless of the working set.
a source to share