在Eclipse中创建新的PHP项目(现有的源) [英] Create new PHP project in Eclipse (existing sources)

查看:325
本文介绍了在Eclipse中创建新的PHP项目(现有的源)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个坐在远程服务器上的PHP项目。



我可以在Eclipse中通过从远程服务器下载源码来创建一个新项目。



如果是,

解决方案

没有直接的方法来做,至少与 Eclipse PHP的标准安装



您通常会使用文件>导入...文件>新建项目> PHP项目...菜单,但我从未在Eclipse中任何地方看到此选项。



所以这是三种解决方案之一:




  • 获取本地副本源代码库中的PHP代码

  • import(例如SVN,CVS,Git)。 (您确实使用其中的一个作为项目,是吗?)

  • 切换到另一个支持远程服务器的PHP应用程序的IDE, NetBeans 而更轻的IMHO。


I have a PHP project sat on a remote server.

Can I create a new project in Eclipse by downloading the sources from the remote server.

If so, some instructions on how to do so please.

解决方案

There is no direct way to do that, at least with standard install of Eclipse PHP

You would usually use "File > Import..." or "File > New Project > PHP Project..." menus for that, but I have never seen this option anywhere in Eclipse.

So this is one of three solutions :

  • get a local copy of the php code
  • import from source repository (e.g SVN, CVS, Git). (you do use one of these for your project, do you ?)
  • switch to another IDE, NetBeans, which support "PHP Application from Remote Server", while being lighter IMHO.

这篇关于在Eclipse中创建新的PHP项目(现有的源)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆