eclipse ECLIPSE中CodeIgniter PHP框架的IDE开发
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7797767/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
IDE development for CodeIgniter PHP framework in ECLIPSE
提问by Shahid Karimi
I am quite new to the eclipse IDE. I want to develop an IDE for codeigniter PHP framework. How I start. What is difference between Eclipse for C++ and Eclipse for Jave EE?
我对 Eclipse IDE 很陌生。我想为 codeigniter PHP 框架开发一个 IDE。我如何开始。Eclipse for C++ 和 Eclipse for Jave EE 有什么区别?
How I get start? Any kind of help is appreciated. Thank you.
我如何开始?任何形式的帮助表示赞赏。谢谢你。
回答by Trott
Since CodeIgniter is a PHP framework, you might favor using eclipse-pdt: http://www.eclipse.org/projects/project.php?id=tools.pdt
由于 CodeIgniter 是一个 PHP 框架,您可能更喜欢使用 eclipse-pdt:http: //www.eclipse.org/projects/project.php?id=tools.pdt
- Installation instructions: http://wiki.eclipse.org/PDT/Installation
- Downloads page: http://www.eclipse.org/pdt/downloads/
- Tutorials to help you get started: http://wiki.eclipse.org/PDT/TUTORIALS
- 安装说明:http: //wiki.eclipse.org/PDT/Installation
- 下载页面:http: //www.eclipse.org/pdt/downloads/
- 帮助您入门的教程:http: //wiki.eclipse.org/PDT/TUTORIALS
Note that two of those links are to wiki pages. If you find any errors or broken links or missing information, you can edit those pages to improve them for the next person who needs them.
请注意,其中两个链接指向 wiki 页面。如果您发现任何错误、断开的链接或丢失的信息,您可以编辑这些页面以改进它们以供下一个需要它们的人使用。

