浏览代码

Reorder software categories.

pull/260/head
Jamie 11 年前
父节点
当前提交
fe6eec7a96
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8
    8
      README.md

+ 8
- 8
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)
55
 	- [PHP Installation](#php-installation)
54
 	- [PHP Installation](#php-installation)
56
 	- [Development Environment](#development-environment)
55
 	- [Development Environment](#development-environment)
57
 	- [Virtual Machines](#virtual-machines)
56
 	- [Virtual Machines](#virtual-machines)
57
+	- [Integrated Development Environment](#integrated-development-environment)
58
 	- [Web Applications](#web-applications)
58
 	- [Web Applications](#web-applications)
59
 - [Resources](#resources)
59
 - [Resources](#resources)
60
 	- [PHP Websites](#php-websites)
60
 	- [PHP Websites](#php-websites)
605
 # Software
605
 # Software
606
 *Software for creating a development environment.*
606
 *Software for creating a development environment.*
607
 
607
 
608
-## Integrated Development Environment
609
-*Integrated Development Environments with for support PHP.*
610
-
611
-* [Netbeans](https://netbeans.org) - An IDE with support for PHP and HTML5.
612
-* [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - A PHP IDE based on the Eclipse platform.
613
-* [PhpStorm](http://www.jetbrains.com/phpstorm/) - A commercial PHP IDE.
614
-
615
 ## PHP Installation
608
 ## PHP Installation
616
 *Tools to help install and manage PHP on your computer.*
609
 *Tools to help install and manage PHP on your computer.*
617
 
610
 
641
 * [HippyVM](http://hippyvm.com/) - Another PHP virtual machine.
634
 * [HippyVM](http://hippyvm.com/) - Another PHP virtual machine.
642
 * [Hack](http://hacklang.org/) - A programming language for [HHVM](https://github.com/facebook/hiphop-php) that interoperates seamlessly with PHP.
635
 * [Hack](http://hacklang.org/) - A programming language for [HHVM](https://github.com/facebook/hiphop-php) that interoperates seamlessly with PHP.
643
 
636
 
637
+## Integrated Development Environment
638
+*Integrated Development Environments with for support PHP.*
639
+
640
+* [Netbeans](https://netbeans.org) - An IDE with support for PHP and HTML5.
641
+* [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - A PHP IDE based on the Eclipse platform.
642
+* [PhpStorm](http://www.jetbrains.com/phpstorm/) - A commercial PHP IDE.
643
+
644
 ## Web Applications
644
 ## Web Applications
645
 *Web-based applications and tools.*
645
 *Web-based applications and tools.*
646
 
646
 

正在加载...
取消
保存