Major New Release of PHP IDE
Written by Ian Elliot   
Wednesday, 30 November 2011

Designers are well served by tools for creating web pages but developers used to struggle to find a convincing IDE to help them create server-side HTML with PHP. JetBrains PhpStorm extends WebStorm with full-fledged support for PHP. Version 3.0 is now out.

PhpStorm 3.0 introduces a new integrated UML tool,  a Profiler to ensure that your code works fast. and  a Smart Duplicated Code Detector to help you find similar blocks in your code base.

If you like working graphically you can now summon UML class diagrams for PHP code from context menus. They allow you to examine your application structure, create and edit classes and their relationships. Many refactorings can be applied directly from the diagram, via the shortcut menu.

 

php_uml_thumb

 

 

The new Profiler enables you to profile scrips from PHPStorm with either xDebug and Zend Debugger to see an aggregate report and jump from the execution statistics directly to the function in your PHP code.

 

profiler_thumb

 

The Smart Duplicated Code Detector covers all major supported languages, including CSS and HTML. When you use Code|Locate Duplicates you'll be presented with a list of candidates for refactoring, making it easy to eliminate repeats with the help of Refactor|Extract Method.

 

duplicates_thumb

 

There are also improvements to the debugger and to unit testing, with JavaScript Unit Testing support provided as a plugin New options in PhpDoc formatting give full support to  Zend, PEAR and other standards.

More information can be found on the What's New page for PhpStorm 3.0 where you can download a 30-day free trial.

Related article
Trying the PhpStorm 2.0 IDE


To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter or Facebook or sign up for our weekly newsletter.


 

Banner


GCC 15.1 Released With Support For COBOL
05/05/2025

This major release of the GNU Compiler Collection is the first to include a COBOL front end. It also features improved support for Rust. Developers are also concerned about breaking changes.



JetBrains CLion Now Free For Non-Commercial Use
08/05/2025

JetBrains is extending its non-commercial licensing model to CLion, its IDE for C and C++ development on Linux, OS X and Windows. This means that if you are using CLion for hobby development,&nbs [ ... ]


More News


Last Updated ( Wednesday, 30 November 2011 )