This session is aimed at the developer looking for good practices in coding.
We study flag module for its all-purpose approach, its good integration with other modules (both Drupal core and contributed), and its object-oriented design.
After this session, you might me able te bend flag module every way. Moreover, you learn how to integrate your own modules with the API of others.
The Menu Node API project fills in one of the "missing tables" in Drupal 6. This module does nothing on its own. Instead, it creates and maintains a {menu_node} table. This table maps the relationship between a node and its menu item (if any). This allows for a wide range of applications and extensions to Drupal functionality based on menu position.