PHP IDE has been using zendstudio version 5.5. Although there is no problem in writing code, the official version has reached 10 , give it a try!
Open zend studio 10, FILE -> NEW -> PROJECT->PHP-> LOCAL PHP PROJECT (because the folder already exists locally), and then fill in the next step,
When the project was created, did you find that there was something missing in the project? Yes, there are no files we need to operate, which is a bit different from zendstudio5.5,
zendstudio10 divides project creation into two steps. The first step is project-related information. The second step can load multiple folders separately and merge them into one project. What a great idea!
To get back to the subject, right-click on the created project name -> build path -> link source (load file), select the corresponding folder, and add it to the project, and then you can start debugging the code! ! ! !
The menus are: create php project from cvs, create php project from git, create from github, create from zend's cloud server, create from svn, local php project, create from existing directory, create from remote server, Project,
See if it is created according to your needs
Generally, you can choose to create a local project
Did you add this to the project by adding reference resources? For the referenced resources, zs only provides relevant code completion and tracking functions and cannot be edited. You can put this framework into your project directory and edit it