PHP Projects 
The NetBeans project offers a version of the IDE tailor-made for
developing PHP web sites that comprise a variety of scripting and mark-up languages.
PHP developers do not need to install the full Java Development Kit (JDK)
to run the NetBeans PHP IDE, the standard Java Runtime Environment (JRE) is sufficient.
The PHP editor is dynamically integrated with HTML, JavaScript
and CSS editing features, and the JavaScript und Xdebug debuggers.
Focus on the code and speed up code scanning by
excluding individual directories in the Project properties.
The NetBeans IDE fully supports iterative development,
so testing PHP projects follows the classic patterns familiar to web developers.
PHP Source Code Editor 
The NetBeans PHP editor offers code templates and generation (Getters and Setters),
refactoring (Instant Rename), parameter tooltips,
hints and quick fixes (Implement All Abstract Methods),
and smart code completion (including bracket completion).
Benefit from syntactic and semantic code highlighting, pop-up documentation,
code formating and folding, and marking of occurrences and exit points.
The PHP editor understands namespaces and variable type definitions in comments
which improves code completion and hyperlink navigation.
The Editor recognizes PHP code including heredoc notation
in PHP projects and in PHTML, YAML, and PHP files, including the latest PHP 5.3.
PHP
Namespace Support
Easy Code Navigation
Use the navigator window or the Go To Type, Go To File, Go To Symbol, Go To Declaration, Find
Usages menu items for easy code navigation in large projects.
The editor warns about potential code problems by flagging them and
giving an hint in a pop-up. A tasks window lists all warnings in the project,
making it easy to find and resolve problems.
Symfony Framework 
Create a new PHP project based on the Symfony framework.
Filter and view help for Symfony commands, specify command parameters,
preview the whole command, and run it.
You can also assign shortcuts to commands.
Depending on the project, the list includes
either Doctrine or Propel commands.
Symfony Framework Support
|