您好,欢迎访问一九零五行业门户网

Eclipse下配置php

eclipse上配置php
?
?
name: phpeclipse update site
url: http://phpeclipse.sourceforge.net/update/releases
-----------------------------------------------
使用eclipseide开发php项目,现在有2种方法:
1.使用eclipse(或myeclipse),下载php开发插件:phpeclipse,具体配置方法,详见下文:
2.使用zend studio的for eclipse版本(zend的官方网站现在既有zend studio,也有zend studio for eclipse版本).
1.软硬件设施环境
系统:windows xp
配置集成环境:xamp+phpeclipse
注:eclipse中支持xamp的运行,所以选用xamp
? xamp中包含:phpmyadmin+mysql+apache+php
2.软件下载地址
php插件:http://phpeclipse.sourceforge.net/update/releases
phpeclipse1.1.8插件:http://jaist.dl.sourceforge.net/sourceforge/phpeclipse/net.sourceforge.phpeclipse_1.1.8.bin.dist.zip
phpeclipse使用指南:http://download.templateen.com/uploadfile/2006/7/14/11374960819.zip
eclipse:http://archive.eclipse.org/eclipse/downloads/drops/s-3.3rc1-200705171700/eclipse-sdk-3.3rc1-win32.zip
xamp:http://jaist.dl.sourceforge.net/sourceforge/xampp/xampp-win32-1.6.2.zip
3.操作步骤
a.首先下载相关软件,从各个站点上寻找最新的软件.
b.php配置与安装
(1)如果用户所下载的eclipse中没有php,那么可以进行以下步骤
? 打开eclipse工具,选择help---software updates---find and install---search for new features to install---next,选择new remote site按纽,输入相关名称与php插件地址
(2)如果用户下载的phpeclipse,那么不需要安装php的插件,直接运用就行
c.xamp与eclipse的结合
(1)启动eclipse,选择window----preference
(2)phpeclipse web development---php external tools----xamp
(3)在xamp的start 和stop中选择xamp所对应的相关目录.
例如:xamp start:c:\xampp\xampp_start.exe
xamp stop:c:\xampp\xampp_stop.exe
?
其它类似信息

推荐信息