Usually use Dreamweaver,eclipse development PHP project, today installed Zendstudio, use it to develop PHP project.
Practice is as follows:
1. Open Zend Studio, right---new--project in the left blank area, select local PHP project---Next in the popup window, fill in your project name, select Workspace, I use default, Project type: Basic and Zend Framework-based project, then choose PHP Version, next;
2. Select the launch URL, select Host, you can use the default localhost, or you can customize: drop-down box--new server--fill in the host name--url--select the native project path--finish;
3. Select the library file, here are javascript,jquery and so on, can also choose Nothing, select Good after click Finish, this is, PHP project is created, figure:
4. This is what you will find, this project is just a frame column, no specific project files, then we need to use the Zend Studio import functionality to import project files.
Select your project name--right-click--import--in the popup window General--file system--next;
5. Click Browse on the top. The button selects the Project project file path, the checkbox in the left window is selected, and then confirms that the file is all selected, and then click Next when finished;
6. Because there is a default index.php file in the created project, there is also a index.php file in the root directory of the project project file, which causes the conflict, select Yes to overwrite the index.php that was brought when the project was created.
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 PHP project was successful.
OK, you are done.
Create the first PHP project with Zendstudio (Genesis)