Database table frame_files
Usage
The table frame_files links Areas 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 |
Generic DB information
ItemCollection | Item |
---|---|
cApiFrameFileCollection | cApiFrameFile |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.