Packt: Creating Our First Module using Drupal 6 (Part2)
May 19 2009
Today Packt has published the second part in my series on creating a first Drupal 6 module. In this installment, I walk though the process of implementing hook_block()
. Here's Packt's summary:
In the first part of this 2-part article series we had created a basic module that uses hook_block() to add block content and installed this basic module. In this article by Matt Butcher, we are going to extend the module's functionality. We will add a few new functions that retrieve and format data from Goodreads.
As with the previous part, this has been abstracted from Chapter 2 of Learning Drupal 6 Module Development.
If you missed the first part, start here. <!--break-->