PHP之-----------开发环境
去http://sourceforge.net/projects/phpeclipse/files/a%29%20Eclipse%203.3.x/PHPEclipse-1.2.3/PHPEclipse-1.2.3.200910091456PRD-bin.zip/download下载PHPEclipse-1.2.3.200910091456PRD-bin.zip插件
安装该Eclipse插件,安装好了以后,新建PHP工程,新建一个test.php输入以下内容
[*]
<?php
/*
* Created on Sep 23, 2010
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
echo "hello php!";
?>
运行显示:hello php!
页:
[1]