Modifying a node during its life-cycle. (drupal 6)
This example demostrates 'piggy-backing' some data on the node in another database table.
This example is part of the Examples for Developers Project which you can download and experiment with here: http://drupal.org/project/examples
| Name | Description |
|---|---|
| nodeapi_example_form_alter | Implementation of hook_form_alter(). |
| nodeapi_example_nodeapi | Implementation of hook_nodeapi(). |
| nodeapi_example_theme | Implementation of hook_theme(). |
| theme_nodeapi_example_rating | A custom theme function. |
examples/