Home  >  Article  >  Backend Development  >  What is the workspace of zend studio used for? Does it make a difference which directory you choose?

What is the workspace of zend studio used for? Does it make a difference which directory you choose?

WBOY
WBOYOriginal
2016-08-25 10:37:171220browse

I am a beginner in PHP. I recently started using IDE. I don’t understand the workspace. Why is it used? ? What is the workspace of zend studio used for? Does it make a difference which directory you choose?

Reply content:

I am a beginner in PHP. I recently started using IDE. I don’t understand the workspace. Why is it used? ? What is the workspace of zend studio used for? Does it make a difference which directory you choose?

The workspace is where the information and related settings of your code directory in Zend Studio are stored. It will not affect your code. The workspace is only used by Zend Studio. The same goes for other IDEs.
After you click OK, go to the directory to see what files are in it. These are all visible to you. You can also guess what it does based on its documentation.


If you don’t understand something, you can trace it yourself first. It won't take longer than it took you to write this question.

The workspace is where you create projects and store them in the future.
For example, in a building (computer), if you want to draw (write code), you have to choose a room as a studio (D:PHPevo...).
After choosing a room, you can draw and save the drawings in it

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn