PHP IDEs we use: Netbeans, and why?
December 9, 2009 2 commentsNetbeans Integrated Development Environment (IDE) is an open source integrated development for software developers. You can run the Netbeans IDE on various platforms which include Linux, Windows, Solaris, and MacOs. It is aimed at providing a comfortable environment for the developer during each stage of development. This is accomplished by integrating precise features required for PHP development into the Netbeans IDE.
As most PHP projects characteristically connect to MySQL databases, Netbeans has made a concentrated effort to offer to this configuration. By means of the Netbeans IDE 6.5 Beta, web developers can now benefit from the standard features like the syntax highlighting, refactoring, code templates, pop-up documentation, easy code navigation, debugger and lots more.
I have been currently using Netbeans IDE and I have penned down few features and positives that I came across in writing PHP based web application.
- It comes free.
- Netbeans will go along with PHP, JavaScript, CSS, HTML, Java and lots more.
- Indentation format is out of the top draw in Netbeans. You select a block of code which contains CSS, HTML or PHP code, Netbeans will make sure it formats the code evidently and placed indentation adequately.
- Common functions of PHP are shown automatically or you can use ctrl + space.
- While writing HTML, Netbeans ensures it checks the div id properly and it indicates if there is any hitch so that you can easily fix the bug.
I can stiff my neck out and say it’s the most popular IDE and also the most popular. So I would give an overall score of 8 out of 10 for Netbeans IDE.
Related Posts
-
September 20, 2018
Why Should Headless CMS Be on Your Radar?
A recent Forrester research shows that almost 70% of the respondents either use or are planning to implement a content management system (CMS) in one form or the other. But unfortunately, the pace at which CMS tools are evolving is slower than the rapid strides taken by technology evolution. So it
CMS, Content Management Systems, PHP Programming, web programming, Web tools0 comments -
March 25, 2016
4 NoSQL Databases for modern Web app developers ( Updated Oct 2018 )
The new-age digital economy revolves around three key disruptive forces - Web, mobile, and Internet of Things (IoT). A new set of tools and technology is now needed to manage the overwhelming volume of data from these sources and glean actionable insights. When real-time data management and processing becomes a


