...
The table frame_files links areaAreas with frames and their files.
Frame files are systemwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idframefile | int(11) | Primary key (auto increment) |
idarea | int(11) | Foreign key to table area |
idframe | int(11) | Frame ID |
idfile | int(11) | Foreign key to table files |
...