Henkel's Notecards
Dev branch...
Naming conventions:
- id (two letters, both lowercase)
- foreign keys: TableId
- Entities/Attributes (first letter capitalized)
- Entity names singular
- tablename.mysql (script that creates a table)
- tablename_create (html/php files)
- tablename_read (html/php files)
- tablename_update (html/php files)
- tablename_delete (html/php files)