Zend Studio to create the project, Zend Studio to import the project, Zend Studio to introduce the project. Just now use Zend Studio to create a project, import costs a long time, usually in the company are Eclipse,zend Studio 10. The later version has a big difference from the previous one. Just now the process of Zend Studio into the project has been sorted out and shared to everyone, hope to help.
1, open Zend Studio, in the left blank area right--new--project, in the pop-up window select local PHP project---Next, fill in their own project name, select Workspace, I use the default, project type: Basic and Zend Framework-Frame project, then select PHP version, next;
2, choose Launch URL, select Host, you can use the default localhost, you can also customize: dropdown box--new server--fill in the host name--url--select the Local project path--finish;
HOST because thinkphp is not under the root directory so should write http://localhost/thinkphp. Access can be useful.
3, choose a library file, there are javascript,jquery and so on, you can also do nothing, choose a good click Finish, this is, the PHP project was created, as shown;
4, you will find that this project is just a frame column, no specific engineering documents, then we need to use the Zend Studio Import function to import the project file . Select the name of your project-right button--import--in the pop-up window General--file system--next;
5, hit the top of the Browse. button to select the Project project file path, check the checkbox in the left window (I forgot the screenshot here ...) And then confirm that the file is all selected, and click Next when you are done;
6, for the project created by default has a index.php file, project engineering file root directory also has a index.php file, so caused the conflict , select Yes to overwrite the creation of the project with the index.php. Wait for the system to automatically import, when you are finished viewing the project, you find that there are already files in the project folder. Description The import project was successful.
7, face to give you a brief demonstration of Zend Studio Deleted Items . Select Item Name--right key--delete--ok