Eclipse PHPEclipse configuration method text tutorial

巴扎黑
Release: 2023-03-15 08:30:02
Original
2276 people have browsed it

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. For a detailed introduction, please see the official website: http://www.phpeclipse.com/

Here are 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 do it here By the way, it would be too complicated to install apache+mysql+php one by one and then configure them together. Here we recommend an integrated installation package "Xampp". Xampp includes apache, mysql and php, and after installation There is no need to set up other things separately. It is very convenient and highly recommended.

2. Download PHPEclipse

You can download the Binarry version of PHPEclipse here (http://sourceforge.net/projects/phpeclipse/? source=typ_redirect)

3. Install PHPEclipse

Copy all the contents of the features folder extracted from the downloaded compressed package to In the features folder in the eclipse root directory, for example, copy it to: D:eclipse\features (find 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 Eclipse PHPEclipse configuration method text tutorial. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!