views:

325

answers:

2

Hi guys, I'm new in Zend Studio, and a new developer of PHP.

Now, I have easy question, I have created a project in Zend Studio, New -> PHP Project but then the newly created project didn't show up in the PHP explorer mini window.

I changed the Directory to opt/lampp/htdocs/tutorial. Thats the fault, and I want to know how to change the directory and still show it in the PHP explorer.

Thanks!! :?

A: 

In the New PHP Project dialog, what 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 do you still don't see the project? Does it happen every time you create a new project?

Yossi Leon

A: 

You can import existing projects into your new workspace:

File->import->existing projects into workspace

SkaveRat