Easy BelongsTo Filtering For Pagination
Simple XML-RPC Services Implementation
Integrating Facebook Connect
Introducing Croogo CMS
UPS & FedEx DataSource
AggregateCache Behavior
Persian Date Helper
Configure Plugin
Sexy Cake with Krumo: Say Goodbye to print_r()
How to build a Digg or Reddit clone with CakePHP
CakePHP 1.2.8 released
Line Wrapping in dev builds
Debugging with FirePHP
AJAX star rating plugin
Type Hierarchy View
Everyone who uses daily builds of our PHP support in NetBeans IDE might noticed couple of new features that were added after 6.9.1. One of them is Type Hierarchy View which is helpful for OO PHP code.
To show this view use action from editor popup menu: Navigate > PHP Type Hierarchy.
One can assign shortcut for this action - use the same steps as described here.
Then you will see type hierarchy in window next navigator like this:

Two buttons let you choose one of two views:
- Subtype hierarchy - displays class and its subclasses or interface and the classes that implement it (on the picture above)
- Supertype hierarchy - displays classes that are extended and interfaces that are implemented
All the issues or enhancements please report in NetBeans Bugzilla
MongoDB ODM 1.0.0BETA1 Released
Component to send SMS/text messages
MongoDB ODM: Atomic Operator Improvements
Optimizing Model loading with LazyModel
Generate PhpDoc
Today, I would like to show you how one can generate documentation for his/her PHP project. Fortunately, it is a very simple task in NetBeans. First, validate in IDE options that your PhpDoc installation was recognized and that the PhpDoc script has been found. If not, find it manually:
If everything is OK, then just generate documentation via project's context menu:
If it is the first time you invoke this action for the current project, NetBeans asks you where to generate files for this project:
Then, the documentation itself is generated and of course, one can review the whole process in the Output window:
If anytime later the documentation directory needs to be changed (or one wants to change the documentation title), it can be easily done in Project Properties dialog:
That's all for today, as always, please test it and report all the issues or enhancements you find in NetBeans Bugzilla (component php, subcomponent PHPDoc). Please notice that if you write a comment here but do not report a bug or enhancement, nothing will probably happen ;)