Experiences & Knowledge Shared
NetBeans support for Drupal CMS
Drupal is a free and open-source modular framework and content management system (CMS) written in PHP. Recently, it won the best PHP Open-Source CMS from Packt Publishing. I have been working on providing NetBeans support for Drupal. As a part of this, I have identified in what way can the support be provided and implementing it accordingly. The details are uploaded over here.
Accordingly, we have documented steps for hosting a Drupal-based website through NetBeans IDE which includes downloading the Drupal source PHP files and uploading it onto a web server (preferably Apache), all through NetBeans IDE. You can find the documentation over here. Also, a NetBeans plugin has been developed for assisting Drupal Module development. The plugin provides a wizard to create a new Drupal module, and on entering the module details and clicking on finish, the IDE automatically generates the <modulename>.info, <modulename>.install and <modulename>.module files along with the template code. It generates this module under <DrupalSource>/sites/all/modules. The template code is generated sticking to the Drupal Coding Standards. The following screenshots give a visual overview of how the plugin works.
1. Wizard to create a module
2. Newly created module (feed) as seen in Project Hierarchy

3. Newly generated feed.info, feed.module and feed.install files with template codes for hook implementations

The plugin and documentation of how to install and use it are available over here.
Posted at 10:15AM Oct 31, 2008 by Sujit Nair in Sun | Comments[0]
Today's Page Hits: 31