使用Eclipse开发PHP项目
ow,deny
Allow from all ... 把d:\eclipse目录移动到d:\wampp2\eclipse目录,在d:\wampp2下创建一个批处理文件 starteclips.bar,输入下面命令: eclipse\eclipse.exe -clean 用这种方式启动eclipse会自动重新装载插件。至此,安装可以结束了。 二、开发PHP项目 启动eclipse后,用菜单 "new"->"PHP Project",可以成功的创建一个PHP项目。 再"new"->"file",就可以创建PHP源程序文件了,可以输入以下代码
class Foo { PHP的类如Foo和函数bar()系统都可以识别,并在outline窗口中以树形显示出来,这在开发大型项目时十分有用。 如果安装了wampp,就可以单击"Start Apache"菜单或快捷图标启动Apache,就可以显示出运行的结果了。 如果你手工安装了PHP,可以在Run/External tools中配置PHP.exe来运行程序,并把结果显示在Console窗口中。 三、PHPUnit PHPEclipse中包含一个PHPUnit窗口,但我查看了很多关于PHPEclipse的文档,没有找出PHPUnit窗口的用法,希望有知道的写文章告诉大家或发给我一份,不胜感谢。 经常用PHP开发的人可能知道,在PEAR中有一个PHPUnit2项目,我查到了PHPUnit2的作者Sebastian在2004年12月16日所说的一段话: > I am the author of PHPUnit2 [1] and recently started using PHPEclipse. > > What would be needed in order to get PHPUnit2 support in PHPEclipse? > AFAICS currently only the outdated PHPUnit that is hosted at SourceForge > is supported. A.C.Kramer的回复是: Sorry for answering so late. Don"t know exactly why, but your mail slipped through my filters. Ali Echihabi [1] has started a first PHPUnit plugin in the CVS module: net.sourceforge.phpeclipse.phpunit [2] I don"t know exactly the current development status, but I didn"t hear from Ali the last 2 months. If you are interested in improving the module, I can give you developer access. Please let us know if you need further help with the existing CVS module. 仅供有兴趣的读者参考,在这里我就不翻译了。 四、总结 PHPEclipse利用Eclipse工具,提供了一个方便的PHP开发环境,不仅像Sebastian这样的高手在用,大型的项目也可以获得几乎不逊色于作为Java开发工具的支持能力。 另外,我也希望PHP Refactor Browser,PHP Unit 等优秀的工具能在PHPEclipse下配合的更好,为PHP的开发者提供一个近乎完美的解决方案。 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |