浏览代码

Merge pull request #230 from Speakus/master

added list of IDEs
pull/260/head
Jamie York 11 年前
父节点
当前提交
05775fa67a
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      README.md

+ 8
- 0
README.md 查看文件

51
 	- [Extensions](#extensions)
51
 	- [Extensions](#extensions)
52
 	- [Miscellaneous](#miscellaneous)
52
 	- [Miscellaneous](#miscellaneous)
53
 - [Software](#software)
53
 - [Software](#software)
54
+	- [Integrated Development Environment] (#ide)
54
 	- [PHP Installation](#php-installation)
55
 	- [PHP Installation](#php-installation)
55
 	- [Development Environment](#development-environment)
56
 	- [Development Environment](#development-environment)
56
 	- [Virtual Machines](#virtual-machines)
57
 	- [Virtual Machines](#virtual-machines)
604
 # Software
605
 # Software
605
 *Software for creating a development environment.*
606
 *Software for creating a development environment.*
606
 
607
 
608
+## Integrated Development Environment
609
+*List of PHP IDEs.*
610
+
611
+* [Netbeans](https://netbeans.org) - IDE for Java, but also with other languages, support PHP and HTML5.
612
+* [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - PHP IDE based on the Eclipse platform.
613
+* [PhpStorm](http://www.jetbrains.com/phpstorm/) - commercial IDE.
614
+
607
 ## PHP Installation
615
 ## PHP Installation
608
 *Tools to help install and manage PHP on your computer.*
616
 *Tools to help install and manage PHP on your computer.*
609
 
617
 

正在加载...
取消
保存