Eclipse 的 zend 插件
我计划开始开发一个使用网络服务的网站,我正在考虑使用 zend 框架。
因为我对 zend 还很陌生,所以我不太了解它的工具和配置,
我的计算机上安装了 eclipse,现在有类似 zend 插件的东西可以下载并安装在 eclipse 中。
因为我已经下载了 Eclipse PHP 开发工具(PDT),但它只是一个单独的 Eclipse Studio,但我想从我已经安装的 Eclipse 中使用它。
i am planning to start develop a website that uses webservices , i am thinking using zend framework.
as i am pretty much new for zend , i don't know much about its tools and configuration
i have eclipse installed in my computer , now is there something like zend plug in that i can download and install in eclipse.
As i have download the Eclipse PHP Development Tools (PDT) but its a separate eclipse studio only , but i want to use it from my already installed eclipse.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有一个名为 Zend Studio 的 Eclipse 品牌版本,但价格相当昂贵。
查看 Netbeans。
There is a branded version of Eclipse called Zend Studio but it is pretty expensive.
Check out Netbeans.
我一直在使用 PHPeclipse 并且效果很好。
这是他们的安装教程:
http://www.phpeclipse.com/wiki/Installation
I have been using PHPeclipse and it has worked great.
This is their tutorial how to install :
http://www.phpeclipse.com/wiki/Installation
PDT 不仅仅是 studio,您可以将它与任何版本的 Eclipse 一起使用。如果您已经安装了 Eclipse,您将需要添加其更新站点,然后以这种方式安装插件。请参阅此处的安装说明:http://wiki.eclipse.org/PDT/Installation无论您拥有哪个 Eclipse 版本。
Zend Studio是基于PDT的,我相信它有更好的ZF集成,但它是一个商业产品。
PDT is not studio only, you can use it with any version of Eclipse. If you already have an Eclipse installation you'll want to add their update site and then install the plugin that way. See the installation instructions here: http://wiki.eclipse.org/PDT/Installation for whichever Eclipse version you have.
Zend Studio is based on PDT, and I believe it has better ZF integration but it is a commercial product.