Symfony Support Screencast
We've created a screencast that demonstrates the built-in support for the Symfony framework in NetBeans IDE for PHP 6.8. It shows how to set up the IDE to use Symfony, how to create a PHP project that uses the Symfony framework, and a number of tips, such as handy keymapping to set up in NetBeans IDE.
SQL code completion improved
Today, I would like to show you some improvements done in SQL code completion area (thanks to our colleagues from database team!).

[Read More]
PHP Namespace Support Screencast
We've now finished a screencast demonstrating PHP 5.3 namespace support in NetBeans IDE 6.8. (See Code Completion for Namespaces part I). The screencast also shows code hints for assigning variables, namespace naming hints, and how to set the options for PHP code completion.
Formatting and Indentation
As a result I have decided to look at this and to try to fix as many bugs as possible. Because there is not much time for NetBeans 6.8, I would like to ask you for help. I have created task in our Issuezilla, where you can put the cases, when formatting or indentation doesn't work correctly. If you don't have Issuezilla account and you don't want to create it, you can paste the cases here as a comment. A case should contain an example of the code before formatting / indentation and also the same code, but in the right form.
I can not promise that we can fix all these cases, but we will try as many as possible.
Thanks for your help.
PHP templates improved
Today, I would like to show you the latest improvements in PHP templates area.

Download NetBeans IDE 6.8 Milestone 2
PHP support focuses on:
- Symfony support
- PHP 5.3 support - screencast presentation is planned
- type inference, performance, copy support improvements
- bug fixes
Please test it and report all the issues or enhancements in NetBeans IssueZilla. Share your thoughts on NetBeans' mailing lists and forums.
Symfony support finished
Today I would like to announce that the support for Symfony PHP Framework (as we planned it for NetBeans 6.8) is finished. So, what's new?
Flickr Slideshow with NetBeans IDE 6.5
PHP in YAML files
From the last week there is recognized PHP language in YAML files. It is only on the lexical level, but it's helpful. This feature is mainly required by Symfony framework that uses PHP in YAML files.

WE NEED YOUR HELP!
We are searching for all PHP NetBeans users who would like to help us with testing our new experimental build. Everyone is welcome but we would need a feedback especially from users who often have to switch from NetBeans to command line or any other external application (usually because of running some external tool for versioning, PHP framework etc.). All these external changes should be correctly propagated to NetBeans.
On the other hands, performance, especially on non-local disks, could be slightly worse, so if you have any PHP project with such sources, please, give it a try as well because we are really interested in your results.
Detailed information can be found on a special wiki page dedicated to this experimental build.
Thanks a lot for your help and for your feedback!
Keyboard Shortcuts Learning
Keyboard shortcuts make your every day life easier, so it make sense to improve your key learnings.
PHP Magazine collected list of Netbeans keyboard shortcuts that could save you a lot of time.
Shortcuts for Mac OS X users.
The ultimate way how to learn keyboard shortcuts for your version of NetBeans is to check out the available shortcuts in Tools->Options->Keymap.
[Read More]
Screencast: Declaring Variables in Comment and Code Completion for Constructors and SQL Queries
Code Completion for Namespaces - part I
This is brief overview how to use code completion for namespaced elements in NetBeans 6.8.
Namespaced elements are resolved according name resolution rules.
See examples for namespace name definitions that are important for resolution rules:
// Fully qualified name $c = new \my\name\ExampleClass(); // Qualified name $c = new name\ExampleClass(); // Unqualified name $c = new ExampleClass();[Read More]
Sun GlassFish Web Stack video presentations
[Read More]
