Home > Article > Backend Development > Detailed explanation of PHPEclipse configuration in Eclipse
The following editor will bring you the specific steps of Eclipse PHPEclipse configuration. The editor thinks it’s pretty good, so I’ll share it with you now and give it as a reference. Let’s follow the editor and take a look.
Recently, I took advantage of some time to read PHP books.
When it comes to php, we have to mention the development environment of php. Generally, apache is used as the server, mysql is used as the database, and php is combined to form a complete operating environment, but it seems that there is no code written. As for the compiler, it's not enough to write PHP code by hand with Notepad. Later, I heard that Eclipse can also be used to develop PHP. It only requires a PHP plug-in - "PHPEclipse". Simply put, PHPEclipse is an Eclipse plug-in that provides an integrated development environment for PHP developers.
Let’s talk about the steps to install, set up and use PHPEclipse under Eclipse:
1. Install apache +mysql+php+eclipse
Originally the installation here is not the focus of this article, but I still want to say something here, if apache+mysql+php is installed one by one in a single step, then finally The configuration together is too complicated. Here we recommend an integrated installation package "Xampp".
2. Download PHPEclipse
You can download the Binarry version of PHPEclipse here
3. Install PHPEclipse
Copy all the contents of the features folder extracted from the downloaded compressed package to the features folder in the eclipse root directory, for example, copy to: D:eclipse\ features (look for features wherever eclipse is installed). In the same way, copy all the contents of the plugins folder in the compressed package to the plugins folder in the eclipse root directory. Copy the site.xml in the compressed package to the root directory of Eclipse.
The above is the detailed content of Detailed explanation of PHPEclipse configuration in Eclipse. For more information, please follow other related articles on the PHP Chinese website!