Simple Database Module

Skill Level: 
I write my own modules

Walk through the steps to create a simple database module, including database creation, the Drupal Forms API, inserting a record, and displaying all records.

This is characteristic of topics we take up in the Drupal class at MATC. See here for discussion and complete source code for the Simple Database Module.

-- Mike Bertrand

PS: Drupal requires a web server, PHP, and MySQL (or other supported database). WAMP is a nice package providing these for Windows users (Windows - Apache Server - MySQL - PHP) and here are the directions for downloading and installing WAMP. The directions for downloading and installing Drupal itself on a local machine are here.

4
Your rating: None Average: 4 (2 votes)