Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Which tool is mainly used for developing Web application in PHP?

user-image
Question added by Harikrishnan Ajayakumar , Software Engineer , Sacoor Brothers
Date Posted: 2013/12/08
Clodelio Delfino
by Clodelio Delfino , Managing Consultant , Startup Company

Basic tools for web development are as follows:

1. A browser - FF/Chrome/Safari to name a few so that the codes you are doing are seen visually.

2. A Web/Database/NoSQL Server - XAMPP, MAMP, IIS or any web/application server that fits your need... Apache, Nginx, LightHTTPD, LiteSpeed, Cherokee, Tomcat, MySQL, Redis etc.

3. An Editor - IDE or plain text will do like notepad, notepad++, Zend Studio, Sublime Text3 etc.

4. Debugging Tools - Firebug, Live Headers, XDebug etc...

 

I guess that's the basic one that is on top of my head...

Iltaf Hussain
by Iltaf Hussain , Head of Development , Shy7lo.com

There are several tools. The best paid tools are Zend studio and Adobe Dreamweaver . 

Free tools Aptana studio, eclipse and netbeans with php plugins. 

 

There are also a few light weight editors like note pad++ which are not that rich in features.

 

 

Asif Ali M
by Asif Ali M , Project Lead , LiquidHub

If you are asking for IDE here are the options.

- Zend Studio (paid, free for Zend Certified developers)

- Eclipse (free)

- Netbeans (free)

 

If you are a plain texteditor lover then go for Sublime Editor.

 

 

 

More Questions Like This