How to install the php plug-in in myeclipse: first download the plug-in, and copy the files in the two decompressed folders to "plugins" respectively; then open myeclipse to create a new php project; finally add a "* .php" file and associate it with PHP Editor.
MyEclipse add php plug-in
Step 1: First download the plug-in
http:// nchc.dl.sourceforge.NET/project/phpeclipse/a) Eclipse 3.3.x/PHPEclipse-1.2.3/PHPEclipse-1.2.3.200910091456PRD-bin.zip
Step 2: After decompression, there will be two folders
Step 3: Copy the files in these two folders to
myeclipse for corresponding installation In the directories /dropins/features and /dropins/plugins
Step 4: Open myeclipse and create a new php project. Now there is a php option
Step 5: Create a new .php file
Step 6: If the default is myeclipse editor after opening the .php file, it can be changed to php editor
Open myeclipse>>windows>>preferences Enter File Associsatior
Add a *.php file and associate it with PHP Editor
Complete Effect:
For more related knowledge, please visit PHP Chinese website!
The above is the detailed content of How to install php plug-in in myeclipse. For more information, please follow other related articles on the PHP Chinese website!