5個開發人員不應該錯過的最好跨平台PHP編輯器,不應該php編輯器
IDE(整合式開發環境)或換句話說PHP編輯器是開發人員在構建移動或Web應用必不可少的工具。在這篇文章中,我們將討論有關PHP編輯器並分享5個最好的跨平台的PHP編輯器。
1. NetBeans
NetBeans was principally written for Java, but later code can be written in PHP, HTML5, C++, and many more. The package for PHP includes symfony framework support, zend framework support, code fixing, PHP unit testing, and code analysis.
2. Aptana
With Aptana, you can construct web apps effortlessly and speedily. It employs the litheness of Eclipse and completely functions as a commanding web development engine.
3. Bluefish
Bluefish is a very influential code editor intended to web developers and coders, with supple selections to build websites, scripts and programming codes. It supports many languages like XML, PHP, Perl, Ada, ASP.net, SQL, Python, MediaWiki, C/C++, and many more.
4. Eclipse
Eclipse is one of the best multi-language editors for lettering code. It supports languages like Scala PHP, Fortran, Ruby on Rails, Ruby, COBOL, Python, Erland, and many more.
5. Emacs
Emacs is a great extensible and customizable code editor. Preliminary form of Emacs was created by Richard Stallman in 1976. It also has the capability to print and setup forms such as word processor
給我推薦一個php項目用的編輯器,不要用起來卡死人命的,用過EclipsePHP Studio與zend studio都卡得要死
推薦使用phpDesigner,經本人實驗多款php編輯器,感覺這款軟體不錯,比Zend Eclipse 兩者體積要小多了,安裝包也就24M左右。文法提示、跟蹤調試、代碼自動完成等都有。從耗費資源、效率上比較,感覺這個軟體介於最簡單的editplus 到 大而全的Zend Studio 之間,比簡單的功能強大,比複雜的速度要快。
PHP裡的跨平台是什
php開發的程式可以不經修改運行在,windows.linux,unix等多個作業系統上
補充:舉例說windows系統的軟體不可以在linux上運行,linux系統的軟體不可以在windows上運行.
但是php的解譯器有多個作業系統的多個版本,多的偶都叫不出來名字,凡是有解譯器的作業系統你寫的php程式就可以運行,不論你是在windows還是linux下寫的
http://www.bkjia.com/PHPjc/907660.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/907660.htmlTechArticle5個開發人員不應該錯過的最好跨平台PHP編輯器,不應該php編輯器 IDE(整合式開發環境)或換句話說PHP編輯器是開發人員在構建移動或Web應用必不...